目录
1.1停止docker容器 :systemctl stop docker
1.2、查看docker容器的当前状态:systemctl status docker
1.3、启动docker容器:systemctl start docker
1.4、重新启动docker容器:systemctl restart docker
1.5、开机自动启动docker:systemctl enable docker
1.7、查看docker的帮助文档:docker --help
1.8、查看指定的帮助命令:docker 查询的指令 --help
一、docker的帮助启动类命令
1.1停止docker容器 :systemctl stop docker
1.2、查看docker容器的当前状态:systemctl status docker
1.3、启动docker容器:systemctl start docker
1.4、重新启动docker容器:systemctl restart docker
1.5、开机自动启动docker:systemctl enable docker
1.6、查看安装的docker信息:docker info
1.7、查看docker的帮助文档:docker --help
1.8、查看指定的帮助命令:docker 查询的指令 --help