Create container
arcane_container_createCreate a Docker container by specifying image, name, ports, environment variables, volumes, and restart policy.
Instructions
Create a new Docker container
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| name | Yes | Container name | |
| image | Yes | Docker image to use | |
| ports | No | Port mappings | |
| env | No | Environment variables | |
| volumes | No | Volume mounts | |
| restart | No | Restart policy | |
| network | No | Network to connect to | |
| command | No | Command to run |