We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57e5e41 + b7a67fd commit 8f74e63Copy full SHA for 8f74e63
1 file changed
templates/docker.yaml
@@ -33,7 +33,8 @@ provision:
33
export DEBIAN_FRONTEND=noninteractive
34
curl -fsSL https://get.docker.com | sh
35
# NOTE: you may remove the lines below, if you prefer to use rootful docker, not rootless
36
- systemctl disable --now docker
+ systemctl disable --now docker.service docker.socket containerd.service containerd.socket || true
37
+ systemctl mask docker.service docker.socket containerd.service containerd.socket || true
38
apt-get install -y uidmap dbus-user-session
39
- mode: yq
40
path: "{{.Home}}/.config/docker/daemon.json"
0 commit comments