create_container
Create and optionally start a Docker container from a specified image, with custom name, environment variables, labels, and command.
Instructions
Create and optionally start a container. Command is a string that will be split into an array (e.g. 'sleep 60' becomes ['sleep', '60']). For the raw array form use the JSON format for env/labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| name | Yes | ||
| image | Yes | ||
| env_id | No | 0 | |
| labels | No | ||
| command | No | ||
| agent_token | No |