Linux centos 安装Docker(附xshell下载地址)
若无linux系统,详见https://www.cnblogs.com/linder/p/15708757.html 进行下载安装
工欲善其事,必先利其器,为方便传输文件与复制粘贴,需要先安装几个的工具:
1、linux中安装ssh 传送门:https://www.cnblogs.com/liuhouhou/p/8975812.html
2、本机下载安装xshell 下载地址:蓝奏云 https://wwb.lanzouw.com/ixb8Jxs5suj 密码:fz88 (使用xshell的好处就是我们可以直接将命令复制粘贴上去)
安装后连接到虚拟机 传送 门:https://blog.csdn.net/ifubing/article/details/99691537
开始进入正题
使用xshell连接linux,终端中右键粘贴或者快捷及shift+insert
1、yum install -y yum-utils device-mapper-persistent-data lvm2
2、yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
3、yum install docker-ce
4、systemctl start docker
查看版本
docker -v
安装完成