您好,登錄后才能下訂單哦!
1. 安裝依賴包
yum install -y yum-utils \
device-mapper-persistent-data \
lvm2
2. 配置鏡像源(使用中科大鏡像站)
切換到repo目錄:
cd /etc/yum.repo.d/
添加證書:
wget http://mirrors.ustc.edu.cn/docker-ce/linux/centos/gpg
rpm --import gpg
下載docker-repo:
wget http://mirrors.ustc.edu.cn/docker-ce/linux/centos/docker-ce.repo
替換官方地址(編輯模式):
vim docker-ce.repo
% s:download.docker.com:mirrors.ustc.edu.cn\/docker-ce:g
3. 更新緩存,安裝docker
yum makecache
yum install docker-ce -y
4. 設置開機啟動
systemctl enable docker
systemctl start docker
5.配置docker鏡像加速器(可以申請阿里云的專屬加速器,位置:容器鏡像服務)
vim /etc/docker/daemon.json
{
"registry-mirrors": [
"https://registry.docker-cn.com"
]
}
systemctl daemon-reload
systemctl restart docker
6.開啟你的hello-world!
docker run hello-world
6.基本完成,主要目的是記錄,方便粘貼復制。下一步計劃做一個腳本,坐等更新。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。