Interface RegistryConfigs
@Immutable
public interface RegistryConfigs
A formatted string passed in X-Registry-Config request header.
{
"docker.example.com": {
"serveraddress": "docker.example.com",
"username": "janedoe",
"password": "hunter2",
"email": "janedoe@example.com",
"auth": ""
},
"https://index.docker.io/v1/": {
"serveraddress": "docker.example.com",
"username": "mobydock",
"password": "conta1n3rize14",
"email": "mobydock@example.com",
"auth": ""
}
}
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RegistryConfigs.Builderbuilder()configs()static RegistryConfigscreate(Map<String, RegistryAuth> configs) static RegistryConfigsempty()
-
Method Details
-
empty
-
configs
Map<String,RegistryAuth> configs() -
create
-
builder
-