From 13b05728cd17ace48e005742938fb24fda0c0bb7 Mon Sep 17 00:00:00 2001 From: Shubheksha Jalan Date: Wed, 19 Apr 2017 03:38:53 +0530 Subject: [PATCH] make post-install linux instructions clearer --- engine/installation/linux/linux-postinstall.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/installation/linux/linux-postinstall.md b/engine/installation/linux/linux-postinstall.md index 9b678161179..c8b995a0eb7 100644 --- a/engine/installation/linux/linux-postinstall.md +++ b/engine/installation/linux/linux-postinstall.md @@ -39,8 +39,10 @@ To create the `docker` group and add your user: 3. Log out and log back in so that your group membership is re-evaluated. If testing in a virtual machine, it may be necessary to restart the virtual machine for changes to take affect. + (On a desktop version of Linux, log out of your X Window + session completely and then log back in.) -4. Verify that you can `docker` commands without `sudo`. +4. Verify that you can run `docker` commands without `sudo`. ```bash $ docker run hello-world