From ddeeea8124e104c2460fc9b7ce0ccdd152c0ab91 Mon Sep 17 00:00:00 2001 From: gadididi Date: Thu, 23 Jan 2025 13:51:43 +0000 Subject: [PATCH] update readme for CentOS users Signed-off-by: gadididi --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af8c8670..5e57324a 100644 --- a/README.md +++ b/README.md @@ -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