We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60c87d commit 676b9d1Copy full SHA for 676b9d1
content/en/docs/installation/installation-linux.md
@@ -135,6 +135,7 @@ The `docker-ce-rootless-extras` package on Ubuntu provides a *dockerd-rootless-s
135
136
```bash
137
sudo systemctl disable --now docker.service docker.socket && \
138
+sudo rm /var/run/docker.sock && \
139
sudo apt install uidmap && \
140
sudo apt update && \
141
sudo apt-get install -y docker-ce-rootless-extras dbus-user-session && \
0 commit comments