public static interface WebApp.DefinitionStages.WithCredentials
Modifier and Type | Method and Description |
---|---|
WebApp.DefinitionStages.WithStartUpCommand |
withCredentials(String username,
String password)
Specifies the username and password for Docker Hub or the docker registry.
|
WebApp.DefinitionStages.WithStartUpCommand withCredentials(String username, String password)
username
- the username for Docker Hub or the docker registrypassword
- the password for Docker Hub or the docker registryCopyright © 2019. All rights reserved.