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.
The weavewait stub, which we use to coordinate network set-up when containers are started via the weave docker API proxy, relies on the proxy sending it a SIGUSR2.
As noted at moby/moby#11065, this breaks any docker restart policy, e.g. docker run --restart=always.
The text was updated successfully, but these errors were encountered:
The
weavewait
stub, which we use to coordinate network set-up when containers are started via the weave docker API proxy, relies on the proxy sending it aSIGUSR2
.As noted at moby/moby#11065, this breaks any docker restart policy, e.g.
docker run --restart=always
.The text was updated successfully, but these errors were encountered: