From ce7ff914154b26690679baf0a9a6090211f2e32d Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Tue, 19 Aug 2025 15:50:45 +0530 Subject: [PATCH] Add step to activate docker group on fresh install --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d529e3c..55bd861 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,14 @@ Now, run required system setup (installs docker and laconic-so): zenith-ansible -i ./inventories/development/hosts.yml ./stage1-site.yml -e "mode=system-setup" -K --skip-tags onboarding ``` +If your machine did not have Docker installed before, the above command will install it. On Ubuntu, you will need to activate the `docker` group for your current shell: + +```bash +newgrp docker +``` + +This is a one time operation required to be performed after installing docker. + Setup the deployment directories and pull required docker images to generate base genesis file along with other artifacts: ```bash -- 2.45.2