Tubetrue01 / articles

0 stars 0 forks source link

K8s 集群搭建系列(二) Docker 安装 | Tubetrue01 #18

Open Tubetrue01 opened 2 years ago

Tubetrue01 commented 2 years ago

https://tubetrue01.github.io/articles/2020/12/21/cloud_native/K8s%E9%9B%86%E7%BE%A4%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%97(%E4%BA%8C)Docker%E5%AE%89%E8%A3%85/

引言 承接上一章【K8s 集群搭建系列(一) Centos 7 准备】,我们进行下一步,安装 Docker。好了,让我们开始吧! Docker 安装 必要工具安装1[root@localhost ~]# yum install -y yum-utils 添加 Docker 源1[root@localhost ~]# yum-config-manager --add-repo https://do