Fork me on GitHub
摘要: Docker 用制定环境运行命令 docker run ubuntu:15.10 /bin/echo "Hello world" #docker: Docker 的二进制执行文件。 #run: 与前面的 docker 组合来运行一个容器。 #ubuntu:15.10: 指定要运行的镜像,Docker 阅读全文
posted @ 2023-03-30 23:31 秋夜雨巷 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 拉取镜像 #拉取镜像 docker pull registry.cn-hangzhou.aliyuncs.com/helowin/oracle_11g #查看镜像 docker images 镜像比较大(6.9G),可能拉取时间会很久,需要耐心等待 创建容器 docker run -d -p 152 阅读全文
posted @ 2023-03-30 22:55 秋夜雨巷 阅读(163) 评论(0) 推荐(0) 编辑
摘要: CentOS7.6安装Docker20.10 移除现有docker sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrot 阅读全文
posted @ 2023-03-30 22:54 秋夜雨巷 阅读(144) 评论(0) 推荐(0) 编辑