mirror of https://github.com/docker/docs.git
Merge pull request #11907 from susan-shu-c/master
Brackets for clarification
This commit is contained in:
commit
f27ee4e157
|
@ -48,7 +48,7 @@ If you would like to use Docker as a non-root user, you should now consider
|
|||
adding your user to the "docker" group with something like:
|
||||
|
||||
```bash
|
||||
sudo usermod -aG docker your-user
|
||||
sudo usermod -aG docker <your-user>
|
||||
```
|
||||
|
||||
Remember to log out and back in for this to take effect!
|
||||
|
|
Loading…
Reference in New Issue