container_start
Start a stopped Docker container without recreating it. Use when a container is halted but still exists.
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 attrs after starting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_name | Yes |