WebApp.DefinitionStages.WithCredentials.withCredentials(String username, String password) 方法
定义
Specifies the username and password for Docker Hub or the docker registry.
public WithStartUpCommand withCredentials(String username, String password)
参数
- username
- String
the username for Docker Hub or the docker registry
- password
- String
the password for Docker Hub or the docker registry
返回
the next stage of the definition