Created
March 3, 2015 11:55
-
-
Save bastichelaar/d91da13bce6be5fda1b0 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-slave \ | |
mesos-slave --master=52.16.131.104:5050 --containerizers=docker,mesos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment