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