Skip to content

Commit a73d96e

Browse files
emilytrautianon
authored andcommitted
Remove --userland-proxy-path (no longer necessary)
1 parent db82a88 commit a73d96e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

19.03-rc/dind/dockerd-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' "$@"

19.03/dind/dockerd-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' "$@"

dockerd-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' "$@"

0 commit comments

Comments
 (0)