Fwd: Running mesos-slave in Docker container (Atomic Discussion)

2014-09-23 Thread Tim St Clair
Scott - When you mentioned running in privileged mode mode, what does that mean? Could you provide more details. Cheers, Tim - Original Message - From: Tim Chen t...@mesosphere.io To: u...@mesos.apache.org, Gabriel Monroy gabr...@opdemand.com Sent: Tuesday, September 23, 2014

Re: Fwd: Running mesos-slave in Docker container (Atomic Discussion)

2014-09-23 Thread Daniel J Walsh
docker run --privileged Turns off all of the docker security. Has anyone tried to run a container for something like mesos that execs docker commands, to maybe look like docker run --privileged -v /:/host -v /run:/run -ti -net=host mesos /bin/sh This would cause all of / to be mounted in /host