container_create
Create a container from a specified image without starting it. Optionally set a command and extra configuration parameters.
Instructions
Create a container without starting it.
args: image - The image to use command - The command to run when started extra_kwargs - Additional keyword arguments forwarded to ContainerCollection.create returns: dict - The created container's attrs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| command | No | ||
| extra_kwargs | No |