interface ImageContainer {
    image: string;
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

Properties

image: string

The docker image that will be used to create the container.