From e118034053b2fc621c153593cf1680099ef65c34 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Sun, 31 Jul 2016 08:54:53 +0200 Subject: [PATCH] Merge pull request #25239 from dlech/patch-1 Make it clear which parmeter is the user (cherry picked from commit c7fcf496af8f7f5a6f3ab5397857ecfe91cbc192) Signed-off-by: Tibor Vass --- docs/installation/linux/ubuntulinux.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/installation/linux/ubuntulinux.md b/docs/installation/linux/ubuntulinux.md index 4371135a8b..d7a160ab42 100644 --- a/docs/installation/linux/ubuntulinux.md +++ b/docs/installation/linux/ubuntulinux.md @@ -243,15 +243,13 @@ To create the `docker` group and add your user: 1. Log into Ubuntu as a user with `sudo` privileges. - This procedure assumes you log in as the `ubuntu` user. - 2. Create the `docker` group. $ sudo groupadd docker 3. Add your user to `docker` group. - $ sudo usermod -aG docker ubuntu + $ sudo usermod -aG docker $USER 4. Log out and log back in.