docker基本命令
启动docker
systemctl start docker
停止docker
systemctl stop docker
重启dokcer
systemctl restart docker
查看docker状态
systemctl status docker
开机启动
systemctl enable docker
查看docker概要信息
docker info
查看docker帮助文档
docker --help
查询镜像可用版本
docker search mysql