mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-30 19:52:20 +01:00
fixes typo
This commit is contained in:
parent
3c486e4b93
commit
e648fb5a99
@ -83,7 +83,7 @@ This procedure is not easy to follow so if you don't need to write some code for
|
|||||||
5. Add your current user to the docker group, to allow using docker without `sudo`.
|
5. Add your current user to the docker group, to allow using docker without `sudo`.
|
||||||
```bash
|
```bash
|
||||||
# add the docker group if it doesn't already exist
|
# add the docker group if it doesn't already exist
|
||||||
sudo groupadd doker
|
sudo groupadd docker
|
||||||
# add the current user to the docker group
|
# add the current user to the docker group
|
||||||
sudo usermod -aG docker $(whoami)
|
sudo usermod -aG docker $(whoami)
|
||||||
# restart to validate changes
|
# restart to validate changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user