Skip to content

antlypls/chronos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chronos

Join the chat at https://gitter.im/mesoscloud/chronos

Chronos

http://mesos.github.io/chronos/

CentOS

e.g.

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=node-1:2181,node-2:2181,node-3:2181 \
--name chronos --net host --restart always mesoscloud/chronos:2.4.0-centos-7

Set environment variable SECRET to enable framework authentication.

Ubuntu

e.g.

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=node-1:2181,node-2:2181,node-3:2181 \
--name chronos --net host --restart always mesoscloud/chronos:2.4.0-ubuntu-14.04

Set environment variable SECRET to enable framework authentication.