-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63860/
-----------------------------------------------------------
(Updated Jan. 5, 2018, 12:29 a.m.)
Review request for mesos, Alexander Rukletsov, Andrew Schwartzmeyer, Gaston
Kleiman, Jie Yu, John Kordich, Joseph Wu, and Michael Park.
Changes
-------
Rebased.
Bugs: MESOS-7342
https://issues.apache.org/jira/browse/MESOS-7342
Repository: mesos
Description
-------
The current Network enum in DockerInfo is specific to Linux containers.
Instead of supporting {host, bridge, none, user} networks, Windows
docker supports {nat, none, user} networks. Now, the Network enum
supports {host, bridge, nat, none, user}. If the network isn't
specified, then the default is host on Linux and nat on Windows.
Diffs (updated)
-----
include/mesos/mesos.proto c677a8be07d0ef209d42622ae32056d36e55ff78
src/docker/docker.cpp 722a54ad113fc4e2bb22a8f08e307ab38d5fbfed
Diff: https://reviews.apache.org/r/63860/diff/5/
Changes: https://reviews.apache.org/r/63860/diff/4-5/
Testing
-------
See https://reviews.apache.org/r/63862/ for test results.
Thanks,
Akash Gupta