{
"registry-mirrors": [
"https://kfwkfulq.mirror.aliyuncs.com",
"https://2lqq34jg.mirror.aliyuncs.com",
"https://pee6w651.mirror.aliyuncs.com",
"https://registry.docker-cn.com",
"http://hub-mirror.c.163.com"
],
"dns": ["8.8.8.8","8.8.4.4"]
}

安装docker前需要安装的依赖包:

yum install -y yum-utils device-mapper-persistent-data lvm2

使用阿里国内源安装docker

yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

yum list docker-ce --showduplicates | sort -r

yum makecache fast

yum install docker-ce -y

最新文章

  1. 【BZOJ 4581】【Usaco2016 Open】Field Reduction
  2. TODO:Ubuntu下安装Node
  3. 多个 App 间启动
  4. BZOJ4540 [Hnoi2016]序列
  5. 自动运维:Ansible -ansible tower
  6. ZooKeeper学习第一期---Zookeeper简单介绍
  7. IIS目录下文件共享后System.IO.File.Exists返回false
  8. javaBean登录注册
  9. HDOJ(HDU) 2201 熊猫阿波的故事(概率问题)
  10. js 按元素向数组中最佳删除元素
  11. Windows Phone 8初学者开发—第1部分:系列介绍
  12. Javascript的精华
  13. AngularJS的五个超酷特性
  14. JS设计模式之---单例模式
  15. SQL-删除重复记录
  16. Django学习-13-simple_tag使用
  17. Unable to preventDefault inside passive event listener
  18. Clustering[Spectral Clustering]
  19. .Net 上传文件和下载文件
  20. C#注册表读写完整操作类

热门文章

  1. 退出unity运行
  2. python hello 的三种方法
  3. P4027 [NOI2007]货币兑换(斜率优化dp+cdq分治)
  4. Python import模块
  5. Maven+SSM框架(Spring+SpringMVC+MyBatis)(二)
  6. JS设计模式(2)策略模式
  7. innoDB锁小结
  8. hdu 6010 Daylight Saving Time 泰勒公式
  9. ThinkPHP5.0完全开发手册 --技术文档
  10. Android中使用Thread线程与AsyncTask异步任务的区别