mesos/docker support for profiling

This commit is contained in:
James DeFelice
2015-10-15 21:25:11 +00:00
parent b28333ca43
commit 5b726867a1

View File

@@ -30,6 +30,7 @@ mesosslave:
hostname: mesosslave hostname: mesosslave
privileged: true privileged: true
image: mesosphere/mesos-slave-dind:mesos-0.24.0_dind-0.2_docker-1.8.2_ubuntu-14.04.3 image: mesosphere/mesos-slave-dind:mesos-0.24.0_dind-0.2_docker-1.8.2_ubuntu-14.04.3
ports: [ "10248","10249" ]
entrypoint: entrypoint:
- bash - bash
- -xc - -xc
@@ -147,6 +148,7 @@ scheduler:
--cluster-domain=cluster.local --cluster-domain=cluster.local
--mesos-executor-cpus=1.0 --mesos-executor-cpus=1.0
--v=4 --v=4
--profiling=true
environment: environment:
- MESOS_DOCKER_ETCD_TIMEOUT - MESOS_DOCKER_ETCD_TIMEOUT
- MESOS_DOCKER_MESOS_TIMEOUT - MESOS_DOCKER_MESOS_TIMEOUT