WebApp.UpdateStages.WithDockerContainerImage 接口
定义
A web app update allowing docker image source to be specified.
public interface WithDockerContainerImage
方法
withBuiltInImage(RuntimeStack runtimeStack) |
Specifies the docker container image to be a built in one. |
withPrivateDockerHubImage(String imageAndTag) |
Specifies the docker container image to be one from Docker Hub. |
withPrivateRegistryImage(String imageAndTag, String serverUrl) |
Specifies the docker container image to be one from a private registry. |
withPublicDockerHubImage(String imageAndTag) |
Specifies the docker container image to be one from Docker Hub. |