WebApp.UpdateStages.WithDockerContainerImage.withPrivateDockerHubImage(String imageAndTag) 方法
定义
Specifies the docker container image to be one from Docker Hub.
public WithCredentials withPrivateDockerHubImage(String imageAndTag)
参数
- imageAndTag
- String
image and optional tag (eg 'image:tag')
返回
the next stage of the web app update