container_create_tool
Create a new container from a specified image, with optional name, environment variables, labels, command, and volume mounts.
Instructions
Create a new container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment variables | |
| name | No | Container name | |
| image | Yes | Container image (e.g. "registry.access.redhat.com/ubi9/ubi:latest") | |
| labels | No | Container labels | |
| command | No | Command to run | |
| volumes | No | Volume mounts (format: "host_path:container_path[:options]") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||