Skip to content

Commit

Permalink
Merge pull request #1057 from gadididi/update_readme
Browse files Browse the repository at this point in the history
update readme for CentOS users
  • Loading branch information
gadididi authored Jan 26, 2025
2 parents 44c4b08 + ddeeea8 commit 4e45b8e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@ The [creation and management of RBD images](https://docs.ceph.com/en/latest/rbd/
* `moby-engine` (`docker-engine`) (v20.10) and `docker-compose` (v2.11.0+). These versions are just indicative
* `make` (only needed to launch `docker-compose` commands).

To install these dependencies in Fedora:
##### To install these dependencies in Fedora:

```bash
sudo dnf install -y make moby-engine docker-compose-plugin
```

Some [post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/) are required to use `docker` with regular users:
##### To install these dependencies in CentOS:
Following [Install Docker Engine on CentOS](https://docs.docker.com/engine/install/centos/#install-using-the-repository).

After installing the docker-engine, several [post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/) are required to use `docker` with regular users:

```bash
sudo groupadd docker
Expand Down

0 comments on commit 4e45b8e

Please sign in to comment.