Skip to content

Commit

Permalink
Merge pull request #59 from WDCommunity/docker-ip-masq
Browse files Browse the repository at this point in the history
Enable dockerd ip-masq
  • Loading branch information
stefaang authored Aug 30, 2020
2 parents 28f785f + bfa769d commit 951456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdpk/docker/daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ case $1 in
dm_cleanup
cgroupfs-mount
set_docker_cgroup
${DOCKERD} -D >> /var/lib/docker/docker.log 2>&1 &
${DOCKERD} --ip-masq=true >> /var/lib/docker/docker.log 2>&1 &
docker_pid=$!
# Attach docker pid to memory cgroup
if [[ "${docker_pid}" =~ ^[0-9]+$ ]]; then
Expand Down

0 comments on commit 951456a

Please sign in to comment.