mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
docker: argument is now "--userland-proxy-path"
This was changed from "--userland-proxy-bin" in response to review feedback. Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
parent
59e8fd98b1
commit
34b0d7dc1a
@ -58,7 +58,7 @@ start()
|
||||
NETWORK_MODE="$(mobyconfig get network | tr -d '[[:space:]]')"
|
||||
NATIVE_PORT_FORWARDING="$(mobyconfig get native/port-forwarding | tr -d '[[:space:]]')"
|
||||
if [ "${NETWORK_MODE}" = "slirp" -o "${NATIVE_PORT_FORWARDING}" = "true" ]; then
|
||||
DOCKER_OPTS="${DOCKER_OPTS} --userland-proxy-bin /sbin/proxy"
|
||||
DOCKER_OPTS="${DOCKER_OPTS} --userland-proxy-path /sbin/proxy"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user