start_container
Start a stopped container to resume its operation. Use this to restart containers that were previously stopped without recreating them.
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 run_container 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 restart_container.
args: id_or_name - Container id (full or short) or name returns: dict - The container's full attrs after starting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |