摘要: Docker 安装 centos7 : 步骤: 1.使用Docker创建虚拟网络: # 创建一个网段为192.168.0.0/24的虚拟网络,名字为centosNet docker network create --subnet=192.168.0.0/24 centosNet # 查看 docke 阅读全文
posted @ 2023-12-03 14:27 小小酥oAo 阅读(272) 评论(0) 推荐(0)