-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23496/
-----------------------------------------------------------
(Updated July 17, 2014, 7:40 p.m.)
Review request for mesos, Benjamin Hindman and Timothy Chen.
Bugs: MESOS-1524
https://issues.apache.org/jira/browse/MESOS-1524
Repository: mesos-git
Description
-------
Since we actually want to destroy the container, so we need
to delete the container after killing it. We can do this by
calling docker.rm(), which by default does a 'docker rm -f'.
Diffs
-----
src/slave/containerizer/docker.cpp PRE-CREATION
src/tests/docker_containerizer_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/23496/diff/
Testing
-------
make check
Thanks,
Yifan Gu