The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
服务命令只支持基本的LSB操作(启动、停止、重启、尝试重启、重载、强制重载、状态)。对于其他操作,请尝试使用systemctl。
原因:CentOS 7.x开始,CentOS开始使用systemd服务来代替daemon,原来管理系统启动和管理系统服务的相关命令全部由systemctl命令来代替。service命令只保留下了极少部分使用,大部分命令都要改用systemctl使用。
解决:使用systemctl命令替代service命令就可:systemctl start docker
————————————————
版权声明:本文为CSDN博主「yzh_1346983557」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。