March 17, 20224 yr Hi how do I make a backup container start and take over when a container starts incorrectly? e.g. as soon as container1 is not accessible, container2 is started?
March 17, 20224 yr One way would be a user script monitoring the containers and issuing docker stop and docker start commands. Specifics would depend on the containers in question.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.