Hi, all: I want to check whether(or how) mesos can successfully run tasks in docker container, mesos-0.20.1 and docker client 1.2.0 has been installed, I started this experiment with the following steps:
s1:run master script.(succeed) s2:run docker in daemon mode (succeed) s3:run slave script with --containerizers=docker,mesos --isolation=cgroups/cpu,cgroups/mem (succeed) s4:tried to run script under src/example/python directory: ./test_container launch < containerizer::Launch , but it prompts me: -bash: containerizer:: Launch: No such file or directory My containerizer.proto is located in /usr/local/include/mesos/containerizer/containerizer.proto, but how to specify this path? I don't know whether the test_container script should be run for the purpose of my test or running test_framework script instead, could someone be kind enough to show me how to finish this experiment, an example task of running docker images like learn/tutorial or ubuntu is enough, other example is also ok. Many thanks.

