Created
March 3, 2015 12:06
-
-
Save bastichelaar/cb746a7ce59cf22e85af to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --net host \ | |
-v /sys/fs/cgroup:/sys/fs/cgroup \ | |
-v /var/run/docker.sock:/var/run/docker.sock \ | |
-v /usr/bin/docker:/bin/docker \ | |
redjack/mesos-master --work_dir=/mesos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment