Skip to content

Commit 676b9d1

Browse files
committed
Added removal of docker root socket
1 parent b60c87d commit 676b9d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/installation/installation-linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ The `docker-ce-rootless-extras` package on Ubuntu provides a *dockerd-rootless-s
135135

136136
```bash
137137
sudo systemctl disable --now docker.service docker.socket && \
138+
sudo rm /var/run/docker.sock && \
138139
sudo apt install uidmap && \
139140
sudo apt update && \
140141
sudo apt-get install -y docker-ce-rootless-extras dbus-user-session && \

0 commit comments

Comments
 (0)