Repository: mesos Updated Branches: refs/heads/master 6ce7c197d -> 86ab7c249
Fixed a link in the container image doc. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/86ab7c24 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/86ab7c24 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/86ab7c24 Branch: refs/heads/master Commit: 86ab7c24947af56b50015cb498e15bc51ceaad68 Parents: 6ce7c19 Author: Jie Yu <[email protected]> Authored: Fri Mar 31 12:50:29 2017 -0700 Committer: Jie Yu <[email protected]> Committed: Fri Mar 31 12:50:29 2017 -0700 ---------------------------------------------------------------------- docs/container-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/86ab7c24/docs/container-image.md ---------------------------------------------------------------------- diff --git a/docs/container-image.md b/docs/container-image.md index 87a4fe0..fad4fd2 100644 --- a/docs/container-image.md +++ b/docs/container-image.md @@ -241,7 +241,7 @@ of the container by using the Currently, we support `host`, `bridge` and user defined networks ([reference](https://docs.docker.com/engine/userguide/networking/)). `none` is not supported yet. We support the above networking modes in -Mesos Containerizer (mesos-containerizer.md) using the +[Mesos Containerizer](mesos-containerizer.md) using the [CNI](https://github.com/containernetworking/cni) (Container Network Interface) standard. Please refer to the [network/cni](cni.md) isolator document for more details about how to configure the network
