This commit is contained in:
julien
2025-10-24 14:03:58 +02:00
parent 9cebb39726
commit cb1519ecb0

View File

@@ -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