add another lines and code to README.md

master
TBS093A 2023-03-09 16:55:32 +01:00
parent 03521b3245
commit 1d538197af
1 changed files with 3 additions and 0 deletions

View File

@ -27,8 +27,11 @@ you can use docker / docker-compose with sudo but you can add your user to ```do
```bash
sudo groupadd docker
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:
```bash