This commit is contained in:
Jerome Petazzoni
2015-03-10 11:00:39 +00:00
parent 4a4756a3a2
commit 10c024b7e1
4 changed files with 31 additions and 1 deletions

9
htdocs/slave/fig.yml Normal file
View File

@@ -0,0 +1,9 @@
slave:
image: redjack/mesos-slave
net: host
command: mesos-slave --master=trng.dckr.org:5050 --containerizers=docker,mesos
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup
- /var/run/docker.sock:/var/run/docker.sock
- /usr/bin/docker:/bin/docker