service command not found
程序员文章站
2022-05-29 09:09:26
...
我在使用docker安装nginx时,镜像环境是centos,报如下错误:
nginx.sh service command not found
然后退出了镜像生成过程,解决办法:
进入容器内:
输入
service 发现真的没有
yum list | grep initscripts
会出现以下信息
initscripts.x86_64
使用yum安装一个
yum install initscripts -y
在输入service 就ok啦
那么需要dockerfile里面加
RUN yum install initscripts -y
上一篇: jupyter notebook 实现虚拟环境的切换
下一篇: C++修改植物大战僵尸阳光
推荐阅读
-
ORA-12514 TNS:listener does not currently know of service requested in connect d
-
php-PHP调用.NET写的web service时异常,这一般是什么问题。异常错误信息如下
-
Service: onStartCommand 诡异的返回值
-
基于jersey的web service
-
yii2 php namespace 引出第三方非namespace库文件时候,报错:Class not found 的解决
-
webservice-我在用php写web service时,调试总是出现问题
-
Java学习记录:纠错Junit单元测试遇到的initializationerror:method initializationerror not found
-
Method not found: is$jacocoData
-
Error:Gradle DSL method not found: 'has()'
-
使用junit进行单元测试时报错Invalid bound statement (not found)