1. 安装docker
yum install docker
2. 启动docker
sudo systemctl start docker
3. 测试 docker 是否安装,运行hello world
docker run hello-world
1. 安装docker
yum install docker
2. 启动docker
sudo systemctl start docker
3. 测试 docker 是否安装,运行hello world
docker run hello-world