Commit 5b726867 authored by James DeFelice's avatar James DeFelice

mesos/docker support for profiling

parent b28333ca
......@@ -30,6 +30,7 @@ mesosslave:
hostname: mesosslave
privileged: true
image: mesosphere/mesos-slave-dind:mesos-0.24.0_dind-0.2_docker-1.8.2_ubuntu-14.04.3
ports: [ "10248","10249" ]
entrypoint:
- bash
- -xc
......@@ -147,6 +148,7 @@ scheduler:
--cluster-domain=cluster.local
--mesos-executor-cpus=1.0
--v=4
--profiling=true
environment:
- MESOS_DOCKER_ETCD_TIMEOUT
- MESOS_DOCKER_MESOS_TIMEOUT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment