Re: Mesos/Marathon is not update docker image.

2015-07-02 Thread Timothy Chen
Hi John, You should run your mesos-slave container with --pid=host so that it's able to find the processes that is forked from the slave. Thanks, Tim On Wed, Jul 1, 2015 at 10:10 PM, John Kim dreamerad...@gmail.com wrote: I have Mesos cluster consists of 9 Ubuntu 14.04 machines on cloud

Re: Mesos/Marathon is not update docker image.

2015-07-02 Thread Adam Bordelon
What version of Mesos are you using? Something similar was fixed in 0.22.1. See https://issues.apache.org/jira/browse/MESOS-1837 and https://issues.apache.org/jira/browse/MESOS-2583 If you're running mesos-slave inside a Docker container, there are other complications to consider. See

Mesos/Marathon is not update docker image.

2015-07-01 Thread John Kim
I have Mesos cluster consists of 9 Ubuntu 14.04 machines on cloud environment. ZooKeeper and Mesos-Master is running on 3 machines and Mesos-Slave is running on 6 machines. Also, Marathon is running on master node. Docker registry is private resistry. I am trying to deploy this container via