Files
container.training/htdocs/slave/fig.yml
Jerome Petazzoni 10c024b7e1 yalla
2015-03-10 11:00:39 +00:00

10 lines
259 B
YAML

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