public class DockerCredentialHelper extends Object
public Authorization retrieve() throws IOException, NonexistentServerUrlDockerCredentialHelperException, NonexistentDockerCredentialHelperException
The credential helper CLI is called in the form:
echo -n <server URL> | docker-credential-<credential helper suffix> get
IOException - if writing/reading process input/output fails.NonexistentServerUrlDockerCredentialHelperException - if credentials are not found.NonexistentDockerCredentialHelperException - if the credential helper CLI doesn't exist.Copyright © 2018. All rights reserved.