From 954cf900c3e9acdc493ce4417bf7f7f0425c319b Mon Sep 17 00:00:00 2001 From: Sebastian Castro <sebastian.castro@protonmail.com> Date: Fri, 7 May 2021 14:18:46 +0200 Subject: [PATCH] docs: update install with docker --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 4caccc4cc..4b658cf37 100755 --- a/docs/installation.md +++ b/docs/installation.md @@ -8,7 +8,7 @@ Installation with Docker With the Docker installation, you have all the required softwares installed in two containers (`gogocarto` and `mongo`). -* Assuming user is `gogocarto`, Add user in group docker : `# /usr/sbin/usermod -aG docker gogocarto` +* Add your local user to docker group : `/usr/sbin/usermod -aG docker MY_USER` * Run `make docker-build` to build the container images. -- GitLab