Re: how to enable force_pull_image on docker containerizer

2016-08-30 Thread Alexander Rojas
Hey John, When you launch a task you do so by filling a `TaskInfo` protobuf message with all the information necessary to run your task. Among the fields of this `TaskInfo` message there is one called `container` of type `ContainerInfo` which in turn has a field called `docker` of type `DockerI

Re: how to enable force_pull_image on docker containerizer

2016-08-27 Thread haosdent
Hi, @John, `force_pull_image` specified in protobuf message. If you use Marathon, you could refer to https://mesosphere.github.io/marathon/docs/native-docker.html for the details. ``` { "type": "DOCKER", "docker": { "image": "group/image", "forcePullImage": true } } ``` On Sat, Aug

how to enable force_pull_image on docker containerizer

2016-08-26 Thread John Wetherill
According to this docker-containerizer doc : "The containerizer also supports optional force pulling of the image. It is set disabled as default, so the docker image will only be updated again if it’s not available on the host. To