explained what authConfig actually is.

Docker-DCO-1.1-Signed-off-by: Michael Neale <michael.neale@gmail.com> (github: michaelneale)
This commit is contained in:
Michael Neale 2014-04-03 17:33:34 +11:00
parent 24e8b1b834
commit 75633a0451
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ Docker Remote API
- Since API version 1.2, the auth configuration is now handled client - Since API version 1.2, the auth configuration is now handled client
side, so the client has to send the authConfig as POST in side, so the client has to send the authConfig as POST in
/images/(name)/push /images/(name)/push
- authConfig, set as the ``X-Registry-Auth`` header, is currently a Base64 encoded (json) string with credentials:
``{'username': string, 'password': string, 'email': string, 'serveraddress' : string}``
2. Versions 2. Versions
=========== ===========