Docker的4種網絡模式

咱們在使用docker run建立Docker容器時,能夠用--net選項指定容器的網絡模式,Docker有如下4種網絡模式:html · host模式,使用--net=host指定。web · container模式,使用--net=container:NAME_or_ID指定。docker · none模式,使用--net=none指定。安全 · bridge模式,使用--net=bridge
相關文章
相關標籤/搜索