How to stop all containers when one container stops with docker-compose?

前端 未结 4 1293
不知归路
不知归路 2020-12-13 17:09

Up until recently, when one was doing docker-compose up for a bunch of containers and one of the started containers stopped, all of the containers were stopped.

4条回答
  •  温柔的废话
    2020-12-13 17:43

    I'm not sure this is the perfect answer to your problem, but maestro for Docker, lets you manage mulitple Docker containers as single unit.

    It should feel familiar as you group them using a YAML file.

提交回复
热议问题