Linux下安装docker最简单的方法

Docker, Linux  ·  2024-02-02

配置要求

需要一个良好的apt源

教程

apt remove docker.io -y
apt update -y && apt upgrade -y && apt-get update -y && apt-get upgrade -y && apt install docker.io -y
systemctl restart docker(因系统而异 重启docker服务)
systemctl status docker(因系统而异 检查docker服务,亮绿灯就是好的)

完结撒花,我试过了大部分教程,只有这个99%有用

 
评论
BUGJI's Blog. All Rights Reserved. Theme Jasmine by Kent Liao.