IWithContainerImage Interface

Definition

A web app definition allowing container image source to be specified.

public interface IWithContainerImage
type IWithContainerImage = interface
Public Interface IWithContainerImage
Derived

Methods

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