fix: add --userland-proxy=false to dockerd
This commit is contained in:
parent
f394d5fa97
commit
d8b40f4999
1 changed files with 1 additions and 0 deletions
1
setup.sh
1
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue