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": ""
   }
 }