Sign inSign up

marica/marathon

By marica

Updated about 5 years ago

Marathon (Mesos Framework) docker image

Image
0

1.1K

marica/marathon repository overview

marathon

Dockerfile to build marathon docker image

Marathon https://mesosphere.github.io/marathon/

docker run -d -e MARATHON_HOSTNAME=$ipaddress \
-e MARATHON_HTTPS_ADDRESS=$ipaddress \
-e MARATHON_HTTP_ADDRESS=$ipaddress \ 
-e MARATHON_MASTER=zk://$node1:2181,$node2:2181,$node3:2181/mesos \
-e MARATHON_ZK=zk://$node1:2181,$node2:2181,$node3:2181/$path \ 
-e MARATHON_FRAMEWORK_NAME=$frameworkname \
--name marathon --net host --restart always indigodatacloud/marathon

Tag summary

Content type

Image

Digest

Size

271.5 MB

Last updated

almost 8 years ago

docker pull marica/marathon