cluster/mesos/docker: increase dind loop device size to 10GB

For the conformance tests 5 GB turned out to be not enough.
This commit is contained in:
Dr. Stefan Schimanski 2015-11-13 15:43:40 +01:00
parent abbed4f7e8
commit 3009555dd5

View File

@ -52,6 +52,7 @@ mesosslave:
- MESOS_SWITCH_USER=0
- MESOS_CONTAINERIZERS=docker,mesos
- MESOS_ISOLATION=cgroups/cpu,cgroups/mem
- VAR_LIB_DOCKER_SIZE=10
- DOCKER_DAEMON_ARGS
links:
- etcd