Class ConfigFileRegistryAuthSupplier

java.lang.Object
org.mandas.docker.client.auth.ConfigFileRegistryAuthSupplier
All Implemented Interfaces:
RegistryAuthSupplier

public class ConfigFileRegistryAuthSupplier extends Object implements RegistryAuthSupplier
RegistryAuthSupplier that returns data from the docker-cli config file. The config file is re-read on each method call, to handle cases where a process is updating the file out-of-band during the lifecycle of a DockerClient instance.