mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #41156 from AkihiroSuda/rootless-new-shim-socket-path
dockerd-rootless.sh: support new containerd shim socket path convention
This commit is contained in:
commit
a637034ee4
1 changed files with 1 additions and 1 deletions
|
@ -94,6 +94,6 @@ else
|
|||
[ $_DOCKERD_ROOTLESS_CHILD = 1 ]
|
||||
# remove the symlinks for the existing files in the parent namespace if any,
|
||||
# so that we can create our own files in our mount namespace.
|
||||
rm -f /run/docker /run/xtables.lock
|
||||
rm -f /run/docker /run/containerd /run/xtables.lock
|
||||
exec dockerd $@
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue