技术栈
docker笔记
yanzhilv
2 天前
docker笔记
docker设置固定ip
docker设置容器固定ip1、创建自定义网络类型,并且指定网段 sudo docker network create --subnet=192.168.0.0/16 staticnet
我是有底线的