Sign inSign up

thefactory/marathon

By thefactory

Updated almost 11 years ago

Tagged images of each Mesos Marathon release

Image
4

7.7K

thefactory/marathon repository overview

Runs a Marathon instance.

Available on the Docker Index as thefactory/marathon:

docker pull thefactory/marathon
Versions
  • Marathon 0.7.0-RC2
  • Mesos 0.20.0
Usage

For Marathon to register with the Mesos cluster, you will need to enable host networking with --net=host (available in Docker 0.11+, see announcement).

Starting the container:

docker run \
    --net=host \
    -p 8080:8080 \
    thefactory/marathon:latest \
    [MARATHON_OPTIONS]

(See Marathon's documentation for available arguments)

Once the container is up, visit http://<host>:8080/ and confirm Marathon is running.

Tag summary

Content type

Image

Digest

sha256:d43436791

Size

531.3 MB

Last updated

almost 11 years ago

docker pull thefactory/marathon