We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d06e2 commit 3225ae9Copy full SHA for 3225ae9
engine/installation/linux/linux-postinstall.md
@@ -39,8 +39,10 @@ To create the `docker` group and add your user:
39
3. Log out and log back in so that your group membership is re-evaluated.
40
If testing in a virtual machine, it may be necessary to restart the virtual machine
41
for changes to take affect.
42
+ (On a desktop version of Linux, log out of your X Window
43
+ session completely and then log back in.)
44
-4. Verify that you can `docker` commands without `sudo`.
45
+4. Verify that you can run `docker` commands without `sudo`.
46
47
```bash
48
$ docker run hello-world
0 commit comments