-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Add stop command #681
Comments
I dont remember this. Stop is pretty bad because what does stop mean? TERM? SIGKILL? We don't want logic like docker where you SIGTERM, wait for it to die then after a timeout do a SIGKILL. |
kk... probably need to move the issue to the spec then... |
Ok, lets close this then to not cause anyone confusion while its being discussed. |
wking
referenced
this issue
in opencontainers/runtime-spec
Apr 5, 2016
Also renamed "stop" to "delete" this way if we split it into stop & delete later on then delete is still pretty much the same. Signed-off-by: Doug Davis <[email protected]>
stefanberger
pushed a commit
to stefanberger/runc
that referenced
this issue
Sep 8, 2017
config: Move valid-value rules to their own section
stefanberger
pushed a commit
to stefanberger/runc
that referenced
this issue
Sep 8, 2017
This line landed in 718f9f3 (origin/pr/673) minor narrative cleanup regarding config compatibility, 2017-01-30, opencontainers#673), but I'm not clear on the motivation. The wording reads to me like "you don't have to support valid values for platform-specific fields if you don't want to", but we already cover unsupported value handling with the "MUST generate an error when invalid or unsupported values are encountered" language separated out in c763e64 (config: Move valid-value rules to their own section, 2017-02-07, opencontainers#681). This commit removes the ambiguous line. Signed-off-by: W. Trevor King <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The spec has a requirement for the inclusion of a stop command. The spec states:
I volunteer to do a PR for this new command. Objections?
The text was updated successfully, but these errors were encountered: