摘要: Ubuntu 14.04/16.04 (使用apt-get进行安装) # step 1: 安装必要的一些系统工具 sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software 阅读全文
posted @ 2019-11-04 14:14 SurpriseSui 阅读(8105) 评论(0) 推荐(0)
摘要: 上面就是我在Centos7 修改docker镜像源遇到的问题,在etc/docker/文件下创建了daemon.json文件,下面就是修改成阿里镜像源: { "registry-mirrors": [ "https://pee6w651.mirror.aliyuncs.com"] } 但是在重启的时 阅读全文
posted @ 2019-11-04 14:12 SurpriseSui 阅读(1481) 评论(1) 推荐(1)