We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMD 容器启动命令 页面中提到
则是希望 upstart 来以后台守护进程形式启动 nginx 服务
鉴于当前多种init程序(特别是以systemd为代表的)的流行,改为
则是希望 init 系统以后台守护进程的形式启动 nginx 服务
是否会更好?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
fix(image\dockerfile\cmd.md): 🐛 Fix issue yeasy#535, 改进对issue进程的提法
46020ff
fix(image): CMD指令讲解中,”则是希望 upstart 来以后台守护进程形式启动 nginx 服务“,鉴于当前多种init程序(特别是以systemd为代表的)的流行,改为 ”则是希望 init 系统以后台守护进程的形式启动 nginx 服务“ Issue yeasy#535: 关于init进程的提法改进
No branches or pull requests
CMD 容器启动命令 页面中提到
鉴于当前多种init程序(特别是以systemd为代表的)的流行,改为
是否会更好?
The text was updated successfully, but these errors were encountered: