Modified: mesos/site/source/documentation/latest/docker-containerizer.md URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/docker-containerizer.md?rev=1628237&r1=1628236&r2=1628237&view=diff ============================================================================== --- mesos/site/source/documentation/latest/docker-containerizer.md (original) +++ mesos/site/source/documentation/latest/docker-containerizer.md Mon Sep 29 18:03:12 2014 @@ -44,6 +44,8 @@ Currently the Docker Containerizer when 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.
Modified: mesos/site/source/documentation/latest/powered-by-mesos.md URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/powered-by-mesos.md?rev=1628237&r1=1628236&r2=1628237&view=diff ============================================================================== --- mesos/site/source/documentation/latest/powered-by-mesos.md (original) +++ mesos/site/source/documentation/latest/powered-by-mesos.md Mon Sep 29 18:03:12 2014 @@ -24,6 +24,7 @@ layout: documentation * [MediaCrossing](http://www.mediacrossing.com) * [Mesosphere](http://www.mesosphere.io) * [Netflix](http://www.netflix.com) +* [OpenCredo](http://www.opencredo.com/) * [OpenTable](http://www.opentable.com) * [Oscar Insurance](https://www.hioscar.com/) * [PayPal](https://www.paypal.com) @@ -42,8 +43,9 @@ layout: documentation * [Viadeo](http://www.viadeo.com) * [Vimeo](http://www.vimeo.com) * [Virdata](http://www.virdata.com) -* [Yieldbot](http://www.yieldbot.com) +* [WooRank](http://www.woorank.com) * [Xogito](http://www.xogito.com) +* [Yieldbot](http://www.yieldbot.com) ## Software projects built on Mesos
