摘要:
[root@Centos-node4 dockerfile]# docker network ls NETWORK ID NAME DRIVER SCOPE c5091b86a2de bridge bridge local 832b9c357202 host host local 20dfc847a 阅读全文
摘要:
一 构建镜像 docker commit -a "yanshicheng socloud@sina.com" -p -c 'CMD ["/bin/nginx","-g","daemon off"]' b1 yanshicheng/nginx:v1 基于镜像名称为b1的容器构建镜像, -a 作者信息, 阅读全文