You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
rade
changed the title
weave launch-proxy -H unix:///foo.sock does not mount /foo.sock
weave launch-proxy -H unix:///*.sock only works for mounted dirs (e.g. /var/run/weave)
Oct 23, 2015
Due to the dangers of mounting /var/run we should warn when the users specifies a -H that points there, with a suggestion of alternatives, e.g. "create a symlink to /var/run/weave/weave.sock".
We only mount
/var/run/weave
into the proxy container, so only sockets under that dir will work, at the moment.The text was updated successfully, but these errors were encountered: