离线安装Docker
下载解压
离线二进制包下载地址
- 官方地址:https://downrload.docker.com/linux/static/stable/x86_64/
- 阿里云镜像地址:https://mirrors.aliyun.com/docker-ce/linux/static/stable/x86_64/
1 | wget https://mirrors.aliyun.com/docker-ce/linux/static/stable/x86_64/docker-24.0.9.tgz |
创建 systemd 配置
1 | cat > /usr/lib/systemd/system/containerd.service << EOF |
创建配置文件
1 | sudo mkdir /etc/docker |
设置开机自启动
1 | sudo systemctl enable --now docker |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 杂烩饭!
评论