1、安装
yum -y install docker
2、启动
systemctl start docker // 启动 docker -v //查看版本号 systemctl stop docker //停止docker