Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion website/docs/Usage/Prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ IPv4/IPv6 dual-stack works in rootless mode in testing.
To make sure that P2P traffic on the CL and EL works, including incoming peers, and the services start after reboot
without the user logging in, install it like this:
```
sudo apt-get update && sudo apt-get install -y uidmap
sudo systemctl disable --now docker docker.socket
sudo rm -f /var/run/docker.sock
sudo modprobe br_netfilter
Expand All @@ -226,7 +227,7 @@ sudo sysctl --system
mkdir -p ~/.config/docker
echo '{"userland-proxy":false}' >~/.config/docker/daemon.json
dockerd-rootless-setuptool.sh install
sudo loginctl linger $(id -un)
sudo loginctl enable-linger $(id -un)
```

If using Grafana, use `grafana-rootless.yml` instead of `grafana.yml`. This omits node-exporter and cadvisor.
Expand Down