docker默认安装
yum install docker
启动docker:
systemctl start docker
通过运行hello-world镜像来验证是否正确安装了Docker Engine-Community:
docker run hello-world
镜像删除参考文章:
https://www.cnblogs.com/telwanggs/p/10776822.html