Image
The container image.
Properties
Image source
The kind of image source to load.
| Option | Label | Description |
|---|---|---|
pull | Pull from image registry | Pull the image by name from a Docker-style image registry. |
file | Containerfile/Dockerfile | A Dockerfile containing instructions to build the container image. |
- Data type: string select
- Default:
pull - Configuration
- Required
CLI: (cli)> config compute container <key> image source
Image name
The name of the image to load from the registry.
If the image name is not a full URL including the registry domain, the name is searched for in the registries listed in Compute / Image registries.
- Data type: string
- Configuration
- Required
CLI: (cli)> config compute container <key> image name
Containerfile/Dockerfile
The source to build the docker container.
- Data type: string
- Configuration
- Required
CLI: (cli)> config compute container <key> image file
