Merge pull request #11907 from susan-shu-c/master

Brackets for clarification
This commit is contained in:
Sebastiaan van Stijn 2020-12-15 15:41:50 +01:00 committed by GitHub
commit f27ee4e157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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!