diff --git a/README.md b/README.md index a4fa863..154a8a4 100755 --- a/README.md +++ b/README.md @@ -35,6 +35,17 @@ And then run the `./run.sh` script, choose your profile and reboot the machine o > If the script is not executed for the first time configuration will be skipped. If you don't want so, set the `config` variable to false into `/etc/netig.conf`. +## Tips + +### Docker Rootless mode + +If you want to use Docker as normal user first disable the system-wide Docker daemon : +``` +# systemctl disable --now docker.service docker.socket +# rm /var/run/docker.sock +``` + +Then run `dockerd-rootless-setuptool.sh install` as a non-root user to set up the daemon. ## Links