Hacker News new | ask | show | jobs
by nathan-osman 3192 days ago
I know, it's a bit difficult to explain and a tad confusing. No, the proxy is not sending any traffic to the container. Rather, the container, by simple virtue of being in the running state, tells the proxy to send requests to the domain specified by the label on the container.
1 comments

What happens if the container isn't running?
Then the proxy will not route requests to the host specified by the container's label.
You're using the running state flag of a container as an IPC mechanism?
Essentially, yes. And the labels.