diff --git a/website/source/docs/post-processors/docker-push.html.markdown b/website/source/docs/post-processors/docker-push.html.markdown index 4533f83a2..9883ce173 100644 --- a/website/source/docs/post-processors/docker-push.html.markdown +++ b/website/source/docs/post-processors/docker-push.html.markdown @@ -11,12 +11,6 @@ The Docker push post-processor takes an artifact from the [docker-import](/docs/post-processors/docker-import.html) post-processor and pushes it to a Docker registry. -
-Before you use this, you must manually docker login -to the proper repository. A future version of Packer will automate this -for you, but for now you must manually do this. -
- ## Configuration This post-processor has only optional configuration: @@ -32,6 +26,12 @@ This post-processor has only optional configuration: * `login_server` (string) - The server address to login to. +
+Note: If you login using the credentials above, the +post-processor will automatically log you out afterwards (just the server +specified). +
+ ## Example For an example of using docker-push, see the section on using