IWithDockerContainerImage Interface

Definition

A web app update allowing docker image source to be specified.

public interface IWithDockerContainerImage
type IWithDockerContainerImage = interface
Public Interface IWithDockerContainerImage
Derived

Methods

WithBuiltInImage(RuntimeStack)

Specifies the docker container image to be a built in one.

WithPrivateDockerHubImage(String)

Specifies the docker container image to be one from Docker Hub.

WithPrivateRegistryImage(String, String)

Specifies the docker container image to be one from a private registry.

WithPublicDockerHubImage(String)

Specifies the docker container image to be one from Docker Hub.

Applies to