From 051f7d6ee65892182e4bc0fe0b4eb3c081a04216 Mon Sep 17 00:00:00 2001 From: Cameron Stokes Date: Wed, 2 Dec 2015 18:59:34 -0800 Subject: [PATCH] note about Docker Hub login requirements --- website/source/docs/post-processors/docker-push.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/post-processors/docker-push.html.markdown b/website/source/docs/post-processors/docker-push.html.markdown index 9657e27b7..938521629 100644 --- a/website/source/docs/post-processors/docker-push.html.markdown +++ b/website/source/docs/post-processors/docker-push.html.markdown @@ -29,6 +29,10 @@ This post-processor has only optional configuration: - `login_server` (string) - The server address to login to. +Note: When using _Docker Hub_, `login` must to be set to `true` and `login_email`, +`login_username`, **and** `login_password` must to be set to your Docker Hub +credentials. `login_server` can be omitted. + -> **Note:** If you login using the credentials above, the post-processor will automatically log you out afterwards (just the server specified).