mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #4984 from michaelneale/master
explained what authConfig actually is
This commit is contained in:
commit
be882d989a
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ Docker Remote API
|
|||
- Since API version 1.2, the auth configuration is now handled client
|
||||
side, so the client has to send the authConfig as POST in
|
||||
/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
|
||||
===========
|
||||
|
|
Loading…
Add table
Reference in a new issue