Closed
Description
File: engine/installation/linux/linux-postinstall.md
Manage Docker as a non-root user
Step 3 mentions that you need to log out and log back in which is technically correct but it can be confusing to new users because if they are running a desktop version of Linux they will need to completely log out of their x-window session (not just reload or close their terminal) for it to take effect.
Can step 3 be re-worded to make that more clear?
Alternatively, according to a stackoverflow answer I read, you can get around step 3 entirely by running su - $USER
. Maybe that could replace step 3 with its own description?