-
Couldn't load subscription status.
- Fork 590
Closed
Description
The spec currently states in runtime.md:
stop <container-id>
This operation MUST generate an error if it is not provided the container ID. This operation MUST stop
and delete a running container.
Stopping a container MUST stop all of the processes running within the scope of the container.
Deleting a container MUST delete the associated namespaces and resources associated with the container.
Once a container is deleted, its id MAY be used by subsequent containers.
Attempting to stop a container that is not running MUST have no effect on the container and MUST generate an error.
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?
Metadata
Metadata
Assignees
Labels
No labels