As of 1.0.0+, the Mesos devs are moving towards a "unified" containerizer. One where a docker container will run as an isolated instance within a plugin, not inside the central docker daemon. The old docker containerizer will stay, but will not be updated.
As of 1.0.0+, the Mesos devs are moving towards a "unified" containerizer. One where a docker container will run as an isolated instance within a plugin, not inside the central docker daemon. The old docker containerizer will stay, but will not be updated.
There are few docs, but it is mentioned here (Docker Runtime Isolator): http://mesos.apache.org/documentation/latest/mesos-containerizer/
I did a quick write up which explains it a bit better: http://winderresearch.com/2016/07/02/Overview-of-Mesos-New-Unified-Containerizer/