您现在的位置是:Linux安装Docker

Linux安装Docker

分类: Linux 日期:2018-01-23点击:3039
yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
yum makecache fast
yum -y install docker-ce
service docker start
vi /etc/docker/daemon.json
{
  "registry-mirrors": ["https://*****.mirror.aliyuncs.com"]
}
systemctl daemon-reload
systemctl restart docker

yum源

[root@localhost ~]# cd /etc/yum.repos.d/
[root@localhost yum.repos.d]# ll
total 44
-rw-r--r--. 1 root root 2573 Mar 21  2017 CentOS-Base.repo
-rw-r--r--. 1 root root 1664 Nov 30  2016 CentOS-Base.repo.backup

Docker加速

[root@localhost ~]# cat /etc/docker/daemon.json 
{
  "registry-mirrors": ["https://*****.mirror.aliyuncs.com"]
}
标签: Linux yum

站长简介

    姓名:喻理
    微信:yuli0927
    邮箱:yuli0927@126.com
    不懂业务的运维工程师不是一个好程序员。

分类

最新文章

热门文章

全站标签