Sign inSign up

sandlbn/chronos

By sandlbn

Updated over 10 years ago

Chronos

Image
0

149

sandlbn/chronos repository overview

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.

Tag summary

Content type

Image

Digest

Size

210.2 MB

Last updated

over 10 years ago

docker pull sandlbn/chronos