### 参考资料 https://www.runoob.com/docker/docker-container-usage.html #### 使用官方安装脚本自动安装 ```shell yum install -y yum-utils yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y ``` #### 启动$Docker$ ```shell systemctl start docker ``` #### 配置镜像源 ```shell mkdir -p /etc/docker tee /etc/docker/daemon.json <