摘要: 本人云服务器,装的cent os7.6,在cent os7.6已装了docker,没装的可以借鉴 https://www.cnblogs.com/xiaoyige/p/12673076.html 1.先下载一个docker镜像: docker pull centos 2.创建docker容器记得宝塔 阅读全文
posted @ 2020-04-10 14:24 ★小毅★ 阅读(3266) 评论(0) 推荐(0) 编辑
摘要: 1、安装环境 此处在Centos7进行安装,可以使用以下命令查看CentOS版本 lsb_release -a 在 CentOS 7安装docker要求系统为64位、系统内核版本为 3.10 以上,可以使用以下命令查看 uname -r 2、用yum源安装 2.1 查看是否已安装docker列表 我 阅读全文
posted @ 2020-04-10 14:09 ★小毅★ 阅读(7553) 评论(0) 推荐(0) 编辑