1 docker的四种网络模式

  • ·host模式,使用—net=host指定。
  • container模式,使用—net=container:NAME_or_ID指定。
  • none模式,使用—net=none指定。
  • bridge模式,使用—net=bridge指定,默认设置。