d1e7322h09e host host local feo90wenw8 mynetwork bridge local 39jcd0782b2 none null local 步骤2: 创建Docker容器 $ docker run -itd --name network_test --net mynetwork --ip 172.11.0.3 centos:latest /bin/bash 此时就将docker 容器的ip已经设置为固定/静态ip 172.11.0.3 ...