-
Notifications
You must be signed in to change notification settings - Fork 550
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
Replace stop with signal/kill and delete #356
Comments
On Wed, Mar 23, 2016 at 11:44:38AM -0700, Mike Brown wrote:
Previous discussion on what stop would mean in [1,2]. Should we move
|
There was some discussion in today's meeting 1, with the main The ISO C standard only requires the signal names SIGABRT, SIGFPE, so an OCI signal command that sends those should be portable to other The signals SIGKILL and SIGSTOP cannot be caught or ignored. so I think we want the spec to have a ‘signal’ command (possibly I'm not sure how VM-based platforms would handle requests for SIGTERM, I'm not clear enough on Window's containers to know if they also I think we need to explicitly say which runtime calls trigger which |
Done in #384. I think we can close this.
|
Issue has been satisfactorily resolved by removing the stop operation and adding kill (with optional signal values for platforms that have signal support) and delete. |
below instructions maybe valid:
|
The spec currently states in runtime.md:
In a discussion with @crosbymichael opencontainers/runc#681 it was pointed out that the spec does not explain "how" or what it means to "stop." Suggest changing the spec to remove stop and replace it with the requirement for a signal or kill command, and a delete command.
Thoughts?
The text was updated successfully, but these errors were encountered: