Skip to content

Commit

Permalink
website: update docker-push
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Sep 5, 2014
1 parent 56d22ac commit e9611df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/source/docs/post-processors/docker-push.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div class="alert alert-info alert-block">
<strong>Before you use this,</strong> you must manually <code>docker login</code>
to the proper repository. A future version of Packer will automate this
for you, but for now you must manually do this.
</div>

## Configuration

This post-processor has only optional configuration:
Expand All @@ -32,6 +26,12 @@ This post-processor has only optional configuration:

* `login_server` (string) - The server address to login to.

<div class="alert alert-info alert-block">
<strong>Note:</strong> If you login using the credentials above, the
post-processor will automatically log you out afterwards (just the server
specified).
</div>

## Example

For an example of using docker-push, see the section on using
Expand Down

0 comments on commit e9611df

Please sign in to comment.