cni network model changes

This commit is contained in:
James Oliver
2016-11-23 17:50:30 -07:00
parent 2b2c8bd02f
commit 16b7c0c578
18 changed files with 151 additions and 11 deletions
@@ -0,0 +1,11 @@
chronos:
image: rancher/chronos:latest
environment:
ZK_SERVICE: mesos/zookeeper
MESOS_SERVICE: mesos/mesos-master
CHRONOS_HTTP_PORT: ${CHRONOS_HTTP_PORT}
labels:
io.rancher.container.hostname_override: container_name
ports:
- "${CHRONOS_HTTP_PORT}:${CHRONOS_HTTP_PORT}"
privileged: true