-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23512/
-----------------------------------------------------------
(Updated July 17, 2014, 6:20 p.m.)
Review request for mesos, Benjamin Hindman and Yifan Gu.
Bugs: MESOS-1524
https://issues.apache.org/jira/browse/MESOS-1524
Repository: mesos-git
Description
-------
Update docker uri to expect 3 slashes in prefix.
This is to be compatiable with how Docker URIs are expected with current
external containerizer and Deimos, and can easily transition to the new Docker
implementation.
Diffs
-----
src/examples/docker_no_executor_framework.cpp PRE-CREATION
src/slave/containerizer/docker.cpp PRE-CREATION
src/tests/docker_containerizer_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/23512/diff/
Testing
-------
make check
Thanks,
Timothy Chen