Docker挂起并在重新启动时损坏

时间:2018-03-08 04:46:34

标签: docker mesos mesos-chronos

我们正在运行一个带有docker,chronos& amp;的调度引擎。 mesos。

在每个节点上运行2个mesos从站。有时,在每个节点上执行的Jobs太多,并且docker变得没有响应,并且docker在重新启动服务器时被破坏。设置有什么问题吗?不确定,为什么docker挂起并在重启时被破坏?

由于

1 个答案:

答案 0 :(得分:1)

  

Running Docker containers won't work properly because restarting one agent will cause Docker containers managed by the other agent to be deleted.

     

查看 package String_Vectors is new Ada.Containers.Bounded_Vectors (Positive, Unbounded_String); type Categories is (Days, Months, Seasons); Items : array (Categories) of String_Vectors.Vector (12); begin -- ... other code here for Catogory in Categories loop for Item of Items (Category) loop -- using Ada 2012 iterators in this for loop. -- only yields the items that have actually been appended -- to the vector. Put_Line (Item); end loop; end loop; 标志   https://github.com/apache/mesos/blob/master/docs/configuration/agent.md   此标志仅适用于MesosContainerizer(可用于启动Docker   容器)。