[mesos/docker] Expose DOCKER_DAEMON_ARGS

This commit is contained in:
Karl Isenberg
2015-08-18 16:50:13 -07:00
parent 9b5d525e3d
commit 053cb26dde
3 changed files with 6 additions and 5 deletions

View File

@@ -257,6 +257,7 @@ function kube-up {
export KUBE_KEYGEN_TIMEOUT="${KUBE_KEYGEN_TIMEOUT}"
export MESOS_DOCKER_WORK_DIR="${MESOS_DOCKER_WORK_DIR}"
export MESOS_DOCKER_IMAGE_DIR="${MESOS_DOCKER_IMAGE_DIR}"
export DOCKER_DAEMON_ARGS="${DOCKER_DAEMON_ARGS}"
docker-compose -f "${compose_file}" up -d
# await-health-check requires GNU timeout