A. none模式 B. host模式 C. bridge模式 D. 用户自定义模式
A. docker run -itd ubuntu host B. docker run -itd ubuntu --network=host C. docker run -itd --host ubuntu D. docker run -itd --network host ubuntu
A. docker network create B. docker create C. docker create network D. docker network