----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25237/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Jie Yu. Repository: mesos-git Description ------- Avoid Docker pull on each run. Currently each Docker run will run a docker pull which calls the docker registry each time. To avoid this this patch adds a docker inspect <image> and skip calling pull if it already exists. Diffs ----- src/slave/containerizer/docker.cpp 0febbac5df4126f6c8d9a06dd0ba1668d041b34a Diff: https://reviews.apache.org/r/25237/diff/ Testing ------- make check Thanks, Timothy Chen