Docker 入门基础知识(4)
十三、docker命令大全 https://www.runoob.com/docker/docker-command-manual.html 十四、构建企业内部的docker Hub(registry镜像) 仓库命名规范: 本机ip服务器地址:映射registry端口号/存放目录/镜像名:版本号 通过docker tag 可修改镜像名 csphere镜像可通过web管理本地镜像 通过csphere/csphere镜像运行一个csphere容器 docker run -d --restart=always --name=csphere-controller -v /data/csphere:
下载地址
用户评论