Sign inSign up

redjack/mesos-master

By redjack

Updated over 10 years ago

Image
23

100K+

redjack/mesos-master repository overview

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.1
  • 0.20.0
  • 0.19.1
Configuration

Mesos 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.

Tag summary

Content type

Image

Digest

sha256:49f809e25

Size

267.1 MB

Last updated

over 10 years ago

docker pull redjack/mesos-master