Sign inSign up

mesostest/mesos-master

By mesostest

Updated over 10 years ago

Docker image for Mesos master v0.27.0

Image
0

773

mesostest/mesos-master repository overview

To install and start Mesos master and slave, issue the following command:
On master nodes
sudo docker run --privileged --net=host --pid=host -v=$LOG_DIR:/opt/ibm/mesos/log:rw -d mesostest/mesos-master --zk=zk://host_name:2181/mesos --quorum=1
Where:
  • $LOG_DIR – is the location on your local host where you want to copy the Mesos logs. These logs are copied from the /opt/ibm/mesos/log directory in the Zookeeper container.
  • The –-zk option – specifies the name and port for all nodes serving as master. The format is zk:host_name:port/mesos
  • The --quorum option – specifies the number of hosts needed for the cluster to be in a functional state. This value is approximated at 50% of the total masters available. In practice, quorum is calculated at (number of masters/2).
  • The --master option – specifies how to connect to a master or a quorum of masters.

Please refer to http://mesos.apache.org/documentation/latest/configuration/ for more Mesos configuration parameters.

Tag summary

Content type

Image

Digest

sha256:784b2f04c

Size

169.3 MB

Last updated

over 10 years ago

docker pull mesostest/mesos-master