Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion engine/installation/linux/linux-postinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down