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
I have 2 docker containers, Jenkins master and Jenkins slave. I am using docker compose to start them
docker-compose up master worker
When the worker container stops either because the slave Jenkins crashed or because i manually stopped the container, the master also stops which is really unexpected with the following message( with --verbose flag) :
I have 2 docker containers, Jenkins master and Jenkins slave. I am using docker compose to start them
docker-compose up master worker
When the worker container stops either because the slave Jenkins crashed or because i manually stopped the container, the master also stops which is really unexpected with the following message( with --verbose flag) :
If i start my container in detached mode using:
docker-compose up -d master worker
it's working fine, the master keeps running after the worker has stopped (or crashed). Any ideas why this is happening? Is this an expected behavior?
The text was updated successfully, but these errors were encountered: