From e10ba68bfdbedb47b7e92c3aee5e66e5884d16c3 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 29 Jul 2016 12:35:47 -0500 Subject: [PATCH] Make it clear which parmeter is the user Using the environment variable here also has the advantage that it can be copied and pasted directly in a terminal and it will work. Signed-off-by: David Lechner --- 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.