Chronos
http://mesos.github.io/chronos/
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.
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.
Content type
Image
Digest
sha256:00b779f74…
Size
214.1 MB
Last updated
over 8 years ago
docker pull mesoscloud/chronos