Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 0df651e

Browse files
Merge component 'engine' from git@github.com:moby/moby 19.03
2 parents 1cea7c1 + 17ef72c commit 0df651e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/contrib/dockerd-rootless.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ else
8888
[ $_DOCKERD_ROOTLESS_CHILD = 1 ]
8989
# remove the symlinks for the existing files in the parent namespace if any,
9090
# so that we can create our own files in our mount namespace.
91-
rm -f /run/docker /run/xtables.lock
91+
rm -f /run/docker /run/containerd /run/xtables.lock
9292
exec dockerd $@
9393
fi

0 commit comments

Comments
 (0)