From 75633a0451a98bf0c803e742625c4de27dbcc2e8 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Thu, 3 Apr 2014 17:33:34 +1100 Subject: [PATCH] explained what authConfig actually is. Docker-DCO-1.1-Signed-off-by: Michael Neale (github: michaelneale) --- docs/sources/reference/api/docker_remote_api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/reference/api/docker_remote_api.rst b/docs/sources/reference/api/docker_remote_api.rst index ca7463f351..7fa8468f3c 100644 --- a/docs/sources/reference/api/docker_remote_api.rst +++ b/docs/sources/reference/api/docker_remote_api.rst @@ -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 ===========