Skip to content

Instantly share code, notes, and snippets.

@marcelmaatkamp
Last active August 29, 2015 14:15
Show Gist options
  • Save marcelmaatkamp/994eb78a551ee2ccb9db to your computer and use it in GitHub Desktop.
Save marcelmaatkamp/994eb78a551ee2ccb9db to your computer and use it in GitHub Desktop.
start mesos master in docker
docker run \
--name mesos_master \
--link zookeeper:zookeeper \
-d \
-e MESOS_QUORUM=1 \
-e MESOS_LOG_DIR=/var/log \
-e MESOS_WORK_DIR=/tmp \
-e MESOS_ZK=zk://zookeeper:2181/mesos \
-p 5050:5050 \
redjack/mesos-master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment