diff --git a/setup.sh b/setup.sh index f247fcd..c223ad7 100644 --- a/setup.sh +++ b/setup.sh @@ -71,6 +71,7 @@ if ! command -v docker >/dev/null 2>&1; then ln -sf "${DOCKER_DIR}/bin/dockerd" /usr/bin/dockerd 2>/dev/null "${DOCKER_DIR}/bin/dockerd" --data-root "${DOCKER_DIR}/data" \ --exec-root "${DOCKER_DIR}/exec" --pidfile "${DOCKER_DIR}/docker.pid" \ + --userland-proxy=false \ &>/dev/null & sleep 3 export PATH="${DOCKER_DIR}/bin:$PATH"