Package org.mandas.docker.client
Interface DockerConfig
-
@Immutable public interface DockerConfigRepresents the contents of the docker config.json file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,RegistryAuth>auths()Map<String,String>credHelpers()StringcredsStore()StringdetachKeys()Map<String,String>httpHeaders()StringimagesFormat()StringpsFormat()StringstackOrchestrator()
-