container_start
Start an existing stopped container to resume its operations without recreating it. Provide the container ID or name to restart it.
Instructions
Start an existing stopped container.
Use this to restart a container that was previously created or stopped without removing it.
To create and start a new container in one step use container_run instead. Calling on
an already-running container has no effect (the daemon returns 304 and no error is
raised). To stop then start a running container use container_restart.
args: id_or_name - Container id (full or short) or name returns: dict - The container's full inspect payload after starting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |