Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
adding work around to the proxy /var/run warning
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Nov 17, 2015
1 parent d80e72d commit e80a83b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weave
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,7 @@ host_arg() {
fi
if [ "$host" = "/var/run" ]; then
echo "WARNING: When launching the proxy, unix sockets directly in /var/run can lead to a bug with net namespace cleanup." >&2
echo "To work around this, put the unix socket in a subdirectory of /var/run, and symlink it into place." >&2
echo "For more info, see https://github.com/weaveworks/weave/issues/1455" >&2
fi
PROXY_VOLUMES="$PROXY_VOLUMES -v $host:/host$host"
Expand Down

0 comments on commit e80a83b

Please sign in to comment.