ubuntu 安装 docker 看了不少资料 我觉得如果不是一定要安装最新版可以使用简单的方式进行安装:
1,执行命令
apt-get install docker.io
如图所示:
2,启动docker
systemctl start docker
systemctl enable docker
systemctl status docker
如图所示
ubuntu 安装 docker 看了不少资料 我觉得如果不是一定要安装最新版可以使用简单的方式进行安装:
1,执行命令
apt-get install docker.io
如图所示:
2,启动docker
systemctl start docker
systemctl enable docker
systemctl status docker
如图所示