Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
e9611dfb
Commit
e9611dfb
authored
Sep 05, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: update docker-push
parent
56d22ac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
website/source/docs/post-processors/docker-push.html.markdown
...ite/source/docs/post-processors/docker-push.html.markdown
+6
-6
No files found.
website/source/docs/post-processors/docker-push.html.markdown
View file @
e9611dfb
...
...
@@ -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:
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment