Dockerfile for running an Apache Mesos master node.
This image is tagged to allow you to pin your installations to a specific recent version of Mesos. The following versions are available:
0.21.0 (aka latest)0.20.10.20.00.19.1Mesos allows you to set all configuration
options via
environment variables. That means that you don't need any additional scripts to
start up a Mesos master node using this Docker image; just pass in -e options
to set each configuration option:
$ docker run -d \
-e MESOS_LOG_DIR=/var/log \
-e MESOS_ZK=[zookeeper URL] \
-p 5050:5050 \
redjack/mesos-master
Also note the -p option, which exposes the default Mesos master TCP port
(5050) on the container host.
Content type
Image
Digest
sha256:49f809e25…
Size
267.1 MB
Last updated
over 10 years ago
docker pull redjack/mesos-master