When I connect to a proxy'd server that requires at least two containers to be active and one of them is common in other configurations, all the containers with the common container are started.
Example:
Is this an expected behaviour?
If yes are you aware of an alternate solution I could use to solve this?
The use case scenario is:
I have several containers that use services from another container (mysql). If all the containers are down, the common container can be stopped. If any of the container is up, the common container should be started.
When I connect to a proxy'd server that requires at least two containers to be active and one of them is common in other configurations, all the containers with the common container are started. Example:
If I connect to aaa.example.com ContainerNurse, in order:
Extract from the log file:
Is this an expected behaviour? If yes are you aware of an alternate solution I could use to solve this?
The use case scenario is: I have several containers that use services from another container (mysql). If all the containers are down, the common container can be stopped. If any of the container is up, the common container should be started.