----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29337/ -----------------------------------------------------------
Review request for mesos and Benjamin Hindman. Repository: mesos-git Description ------- Launch docker container and log through docker executor. Also need to modify tests to wait for docker container to run after receiving TASK_RUNNING, since in the docker executor it launches the container non-detached, and we don't know when the container is actually running after the subprocess. Diffs ----- src/docker/docker.hpp 3ebbc1f82ac388c4d348417ae33ccc2a56ad3f28 src/docker/docker.cpp 3a485a28d4b1ac3fcbce2e89c7d52b097886921a src/docker/executor.cpp PRE-CREATION src/slave/containerizer/docker.hpp 28ebc6272cd68167fc9a0898fd8eb9d53890b815 src/slave/containerizer/docker.cpp 19a6ea2b5342abe4bf10cf4ea2d5d756df9f8665 src/tests/docker_containerizer_tests.cpp bed2d1005647d62b3ec013315b883d33990b896e Diff: https://reviews.apache.org/r/29337/diff/ Testing ------- make check. Thanks, Timothy Chen
