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": "[email protected]",
         "auth": ""
       },
       "https://index.docker.io/v1/": {
         "serveraddress": "docker.example.com",
         "username": "mobydock",
         "password": "conta1n3rize14",
         "email": "[email protected]",
         "auth": ""
       }
     }