-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42516/
-----------------------------------------------------------
(Updated March 31, 2016, 11:17 a.m.)
Review request for mesos, Jie Yu and Timothy Chen.
Changes
-------
Fix comments from Haosdent Huang and Guangya Liu
Bugs: MESOS-4369
https://issues.apache.org/jira/browse/MESOS-4369
Repository: mesos
Description
-------
Signed-off-by: Ezra Silvera <[email protected]>
Diffs (updated)
-----
include/mesos/mesos.proto cb68e2c13409620fa4836c12d877488f4333ace7
include/mesos/v1/mesos.proto af1dc9e11a26b52cfc348324b8dd796c1f72323f
src/docker/docker.cpp 4d35513cdd9c044d37d876a6db7dd9321ceaca53
Diff: https://reviews.apache.org/r/42516/diff/
Testing
-------
Using Swarm running on Mesos create a network with "docker network create
--driver=bridge myNetwork" and then create a container on that network:
"docker run --net=myNetwork...."
Thanks,
Ezra Silvera