public abstract class RegistryConfigs extends Object
{
"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": ""
}
}
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryConfigs.Builder |
| Constructor and Description |
|---|
RegistryConfigs() |
| Modifier and Type | Method and Description |
|---|---|
static RegistryConfigs.Builder |
builder() |
abstract com.google.common.collect.ImmutableMap<String,RegistryAuth> |
configs() |
static RegistryConfigs |
create(Map<String,RegistryAuth> configs) |
static RegistryConfigs |
empty() |
public static RegistryConfigs empty()
public abstract com.google.common.collect.ImmutableMap<String,RegistryAuth> configs()
public static RegistryConfigs create(Map<String,RegistryAuth> configs)
public static RegistryConfigs.Builder builder()
Copyright © 2018. All rights reserved.