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
173
173
--copy-up=/etc \
174
174
--copy-up=/run \
175
175
${DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS:- } \
176
- " $@ " --userland-proxy-path=rootlesskit-docker-proxy
176
+ " $@ "
177
177
elif [ -x ' /usr/local/bin/dind' ]; then
178
178
# if we have the (mostly defunct now) Docker-in-Docker wrapper script, use it
179
179
set -- ' /usr/local/bin/dind' " $@ "
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ if [ "$1" = 'dockerd' ]; then
173
173
--copy-up=/etc \
174
174
--copy-up=/run \
175
175
${DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS:- } \
176
- " $@ " --userland-proxy-path=rootlesskit-docker-proxy
176
+ " $@ "
177
177
elif [ -x ' /usr/local/bin/dind' ]; then
178
178
# if we have the (mostly defunct now) Docker-in-Docker wrapper script, use it
179
179
set -- ' /usr/local/bin/dind' " $@ "
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ if [ "$1" = 'dockerd' ]; then
173
173
--copy-up=/etc \
174
174
--copy-up=/run \
175
175
${DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS:- } \
176
- " $@ " --userland-proxy-path=rootlesskit-docker-proxy
176
+ " $@ "
177
177
elif [ -x ' /usr/local/bin/dind' ]; then
178
178
# if we have the (mostly defunct now) Docker-in-Docker wrapper script, use it
179
179
set -- ' /usr/local/bin/dind' " $@ "
You can’t perform that action at this time.
0 commit comments