add another lines and code to README.md
parent
03521b3245
commit
1d538197af
|
|
@ -27,8 +27,11 @@ you can use docker / docker-compose with sudo but you can add your user to ```do
|
||||||
```bash
|
```bash
|
||||||
sudo groupadd docker
|
sudo groupadd docker
|
||||||
sudo usermod -aG docker $USER
|
sudo usermod -aG docker $USER
|
||||||
|
newgrp docker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
is likely you need rebot for save permission changes.
|
||||||
|
|
||||||
also important thing is configure systemctl for running docker on boot with systemd:
|
also important thing is configure systemctl for running docker on boot with systemd:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue