Skip to content
Open
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
2 changes: 1 addition & 1 deletion content/manuals/engine/install/linux-postinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To create the `docker` group and add your user:
You can also run the following command to activate the changes to groups:

```console
$ newgrp docker
$ sudo -u $USER bash

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the newgrp dependency problem. Is sudo -u $USER bash known to refresh group membership like newgrp docker does, uniformly across distributions? Maybe it's worth clarifying this for users following the post-installation steps.

```

4. Verify that you can run `docker` commands without `sudo`.
Expand Down