Skip to content

thefactory/docker-marathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Runs a Marathon instance.

Available on the Docker Index as thefactory/marathon:

docker pull thefactory/marathon

Versions

  • Marathon 0.8.0
  • Mesos 0.21.1

Usage

For Marathon to register with the Mesos cluster, you will need to enable host networking with --net=host.

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.

About

Docker definition for a Mesos Marathon instance

Resources

License

Stars

Watchers

Forks

Packages

No packages published