1.docker启动相关命令 (1) 启动docker systemctl start docker (2) 重启docker systemctl restart docker (3) 停止docker systemctl stop docker (4) 查看状态 systemctl status docker (5) 开机启动docker systemctl enable docker (6)docker 在线帮助文档 docker --help 2 镜像相关的操作(镜像与容器间的关系类似于类于对象间的关系) (1)查看镜像 docker images (2)搜索镜