File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ if [ "$1" = 'dockerd' ]; then
173173 --copy-up=/etc \
174174 --copy-up=/run \
175175 ${DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS:- } \
176- " $@ " --userland-proxy-path=rootlesskit-docker-proxy
176+ " $@ "
177177 elif [ -x ' /usr/local/bin/dind' ]; then
178178 # if we have the (mostly defunct now) Docker-in-Docker wrapper script, use it
179179 set -- ' /usr/local/bin/dind' " $@ "
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ if [ "$1" = 'dockerd' ]; then
173173 --copy-up=/etc \
174174 --copy-up=/run \
175175 ${DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS:- } \
176- " $@ " --userland-proxy-path=rootlesskit-docker-proxy
176+ " $@ "
177177 elif [ -x ' /usr/local/bin/dind' ]; then
178178 # if we have the (mostly defunct now) Docker-in-Docker wrapper script, use it
179179 set -- ' /usr/local/bin/dind' " $@ "
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ if [ "$1" = 'dockerd' ]; then
173173 --copy-up=/etc \
174174 --copy-up=/run \
175175 ${DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS:- } \
176- " $@ " --userland-proxy-path=rootlesskit-docker-proxy
176+ " $@ "
177177 elif [ -x ' /usr/local/bin/dind' ]; then
178178 # if we have the (mostly defunct now) Docker-in-Docker wrapper script, use it
179179 set -- ' /usr/local/bin/dind' " $@ "
You can’t perform that action at this time.
0 commit comments