Merge pull request #7340 from Vadim-Zenin/patch-1

linux-postinstall.md updated
This commit is contained in:
Anne Henmi 2018-09-26 10:32:31 -06:00 committed by GitHub
commit 07722100d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ To create the `docker` group and add your user:
```bash
$ sudo chown "$USER":"$USER" /home/"$USER"/.docker -R
$ sudo chmod g+rwx "/home/$USER/.docker" -R
$ sudo chmod g+rwx "$HOME/.docker" -R
```
## Configure Docker to start on boot