1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

fixes typo

This commit is contained in:
Sylvain 2019-09-09 17:54:41 +02:00
parent 3c486e4b93
commit e648fb5a99

View File

@ -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`.
```bash
# add the docker group if it doesn't already exist
sudo groupadd doker
sudo groupadd docker
# add the current user to the docker group
sudo usermod -aG docker $(whoami)
# restart to validate changes