run_container
Start a Docker container from a specified image, with options for port mapping, environment variables, and custom commands.
Instructions
Run a new container from an image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | e.g. KEY=val,OTHER=val2 | |
| name | No | ||
| image | Yes | ||
| ports | No | e.g. 8080:80 | |
| detach | No | Background. Default: true | |
| command | No |