diff --git a/concepts/cni.md b/concepts/cni.md index 953ea51dd..e2f1a31e5 100644 --- a/concepts/cni.md +++ b/concepts/cni.md @@ -104,7 +104,7 @@ CNI插件的详细说明请参考:[CNI SPEC](https://github.com/containernetwo ### Main:接口创建 -- **bridge**:创建网桥,并添加主机和容器到该往桥 +- **bridge**:创建网桥,并添加主机和容器到该网桥 - **ipvlan**:在容器中添加一个[ipvlan](https://www.kernel.org/doc/Documentation/networking/ipvlan.txt)接口 - **loopback**:创建一个回环接口 - **macvlan**:创建一个新的MAC地址,将所有的流量转发到容器 @@ -127,4 +127,4 @@ CNI插件的详细说明请参考:[CNI SPEC](https://github.com/containernetwo - https://github.com/containernetworking/cni - https://github.com/containernetworking/plugins - [Container Networking Interface Specification](https://github.com/containernetworking/cni/blob/master/SPEC.md#container-networking-interface-specification) -- [CNI Extension conventions](https://github.com/containernetworking/cni/blob/master/CONVENTIONS.md) \ No newline at end of file +- [CNI Extension conventions](https://github.com/containernetworking/cni/blob/master/CONVENTIONS.md)