Hi, I'm very new to Mesos and am trying to get a simple Hello World running with Docker containers.
I've taken a copy of the Java example framework code and have modified it to launch a docker task. If I run the mesos slave with the docker containerizer enabled using the following command then my scheduler doesn't get offered any resources. ./mesos-slave --ip=127.0.0.1 --master=127.0.0.1:5050 --containerizers=docker,mesos If I run without the --containerizers flag then my scheduler does get offered resources. Is there some extra configuration step that I am missing? Thanks, Andy. -- Andy Grove VP Engineering CodeFutures Corporation

