共用方式為


IWithContainerImage 介面

定義

允許指定容器映射來源的 Web 應用程式定義。

public interface IWithContainerImage
type IWithContainerImage = interface
Public Interface IWithContainerImage
衍生

方法

WithPrivateDockerHubImage(String)

指定要從 Docker Hub 的 Docker 容器映射。

WithPrivateRegistryImage(String, String)

指定要從私人登錄成為其中一個的 Docker 容器映射。

WithPublicDockerHubImage(String)

指定要從 Docker Hub 的 Docker 容器映射。

適用於