This commit is contained in:
Jerome Petazzoni
2015-03-10 16:36:51 +00:00
parent 10c024b7e1
commit 5f18fe86ea
2 changed files with 5 additions and 1 deletions

View File

@@ -3,3 +3,5 @@
<a href="DockerSlides.pdf">PDF slides</a>
<p>
<a href="slave/fig.yml">fig.yml (mesos slave)</a>
<p>
<a href="token.txt">token swarm</a>

View File

@@ -7,7 +7,7 @@ volt:
image: volt/volt
command: --master=trng.dckr.org:5050
ports:
- "8080:8080"
- "8081:8080"
zk:
image: jplock/zookeeper
@@ -17,3 +17,5 @@ marathon:
command: --master trng.dckr.org:5050 --zk zk://zk:2181/marathon
links:
- zk:zk
ports:
- "8082:8080"