Repository: mesos Updated Branches: refs/heads/master 2fa006bba -> 9f4ade1fc
Added docker container prefix to docker docs. Review: https://reviews.apache.org/r/26052 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9f4ade1f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9f4ade1f Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9f4ade1f Branch: refs/heads/master Commit: 9f4ade1fcd04187b33ecce933833b5d0073bb952 Parents: 2fa006b Author: Timothy Chen <[email protected]> Authored: Fri Sep 26 15:58:49 2014 -0700 Committer: Timothy Chen <[email protected]> Committed: Sun Sep 28 20:39:47 2014 -0700 ---------------------------------------------------------------------- docs/docker-containerizer.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/9f4ade1f/docs/docker-containerizer.md ---------------------------------------------------------------------- diff --git a/docs/docker-containerizer.md b/docs/docker-containerizer.md index f312ca8..a5438b7 100644 --- a/docs/docker-containerizer.md +++ b/docs/docker-containerizer.md @@ -44,6 +44,8 @@ Currently the Docker Containerizer when launching as task will do the following: 5. Launch the Command Executor to perform a docker wait on the container. 6. On container exit or containerizer destroy, stop and remove the docker container. +The Docker Containerizer launches all containers with the "mesos-" prefix (ie: mesos-abcdefghji), and also assumes all containers with the "mesos-" prefix is managed by the slave and is free to stop or kill the containers. + When launching the docker image as an Executor, the only difference is that it skips launching a command executor but just reaps on the docker container executor pid. Note that we currently default to host networking when running a docker image, to easier support running a docker image asn an Executor.
