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

weaveproxy stub breaks Docker restart policies #1209

Closed
bboreham opened this issue Jul 22, 2015 · 1 comment
Closed

weaveproxy stub breaks Docker restart policies #1209

bboreham opened this issue Jul 22, 2015 · 1 comment
Assignees
Milestone

Comments

@bboreham
Copy link
Contributor

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.

@bboreham
Copy link
Contributor Author

We could just signal the container directly, but that requires --pid=host which means a newer docker.

Related: #578

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants