doc
This commit is contained in:
11
README.md
11
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`.
|
> 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
|
## Links
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user