Skip to content
/ chronos Public
forked from indigo-dc/chronos

Dockerfile to build Chronos docker image

Notifications You must be signed in to change notification settings

grycap/chronos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chronos

Dockerfile to build Chronos docker image

Chronos https://mesos.github.io/chronos/

docker run -d \
-e CHRONOS_HTTP_PORT=4400 \
-e CHRONOS_MASTER=zk://$node-1:2181,$node-2:2181,$node-3:2181/mesos \
-e CHRONOS_ZK_HOSTS=zk://$node-1:2181,$node-2:2181,$node-3:2181 \
-e CHRONOS_HOSTNAME=$ip \
-e CHRONOS_MESOS_FRAMEWORK_NAME=$name \
-e CHRONOS_ZK_PATH=$zkpath \ 
--name chronos --net host --restart always indigodatacloud/chronos

About

Dockerfile to build Chronos docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.9%
  • Shell 17.1%