container_pause
Pause all processes in a Docker container by providing its ID or name, returning the container's attributes after pausing.
Instructions
Pause all processes in a container.
args: id_or_name - The container id or name returns: dict - The container's attrs after pause
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |