public static interface WebApp.UpdateStages.WithCredentials
Modifier and Type | Method and Description |
---|---|
WebApp.UpdateStages.WithStartUpCommand |
withCredentials(String username,
String password)
Specifies the username and password for Docker Hub.
|
WebApp.UpdateStages.WithStartUpCommand withCredentials(String username, String password)
username
- the username for Docker Hubpassword
- the password for Docker HubCopyright © 2019. All rights reserved.