docker默认安装
yum install docker
启动docker:
systemctl start docker
通过运行hello-world镜像来验证是否正确安装了Docker Engine-Community:
docker run hello-world
镜像删除参考文章:
docker默认安装
yum install docker
启动docker:
systemctl start docker
通过运行hello-world镜像来验证是否正确安装了Docker Engine-Community:
docker run hello-world
镜像删除参考文章: