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
看了下源码,目前似乎没有通过命令或者是WebApi接口开启或者关闭某个进程,能否实现这个功能了?
The text was updated successfully, but these errors were encountered:
我有考虑过这个功能,但是鉴于 minit 是设计用来在容器内做轻量化进程管理的,我不想把功能做得太复杂,越复杂越容易出问题。
正常生产下,容器内运行哪些单元在启动时就应该决定好了。
我觉得加一个接口用于重启某个 unit 是可以的,但是不应该加接口来启动/关闭 unit
Sorry, something went wrong.
yankeguo
No branches or pull requests
看了下源码,目前似乎没有通过命令或者是WebApi接口开启或者关闭某个进程,能否实现这个功能了?
The text was updated successfully, but these errors were encountered: