-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68924/
-----------------------------------------------------------
Review request for mesos, Gilbert Song and Jie Yu.
Bugs: MESOS-9283
https://issues.apache.org/jira/browse/MESOS-9283
Repository: mesos
Description
-------
This patch updates the Docker library to consistently use the
overload of `subprocess()` which runs its binary via `exec()`
rather than through a shell. This makes it safe to use
`os::kill()` rather than `os::killtree()` when discarding
these commands, which this patch also accomplishes.
Diffs
-----
src/docker/docker.cpp fb39f7480045c225096e07d7d55cd3aa7b870bc5
Diff: https://reviews.apache.org/r/68924/diff/1/
Testing
-------
`sudo bin/mesos-tests.sh --gtest_filter="*DOCKER*"`
Thanks,
Greg Mann