arcane_create_container
Create a new Docker container in a specified environment, with options for image, environment variables, ports, volumes, networking, and resource limits.
Instructions
Create a new container in an environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment variables | |
| name | No | Container name | |
| image | Yes | Docker image to use | |
| ports | No | Port mappings | |
| labels | No | Container labels | |
| memory | No | Memory limit in bytes | |
| command | No | Command to run | |
| volumes | No | Volume mounts | |
| hostname | No | Container hostname | |
| networks | No | Networks to connect | |
| cpuShares | No | CPU shares | |
| autoRemove | No | Auto-remove container on exit | |
| privileged | No | Run in privileged mode | |
| environmentId | Yes | The environment ID | |
| restartPolicy | No | Restart policy |