----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24533/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Ian Downes, and Jie Yu. Repository: mesos-git Description ------- We need to treat docker images with entrypoint specially since a docker image without an entrypoint requires us to wrap the command in /bin/sh -c, where command to a image with entrypoint should be passed arguments directly to the image. Diffs ----- src/docker/docker.hpp 98b2d60 src/docker/docker.cpp 1cba381 Diff: https://reviews.apache.org/r/24533/diff/ Testing ------- make check Thanks, Timothy Chen
