-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
The spec has a requirement for the inclusion of a stop command. The spec states:
Stop
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.
I volunteer to do a PR for this new command. Objections?
Metadata
Metadata
Assignees
Labels
No labels