packer-cn/website/source/docs/post-processors/docker-push.html.markdown

826 B

layout page_title
docs Docker Push Post-Processor

Docker Push Post-Processor

Type: docker-push

The Docker push post-processor takes an artifact from the docker-import 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 no configuration! Simply add it to your chain of post-processors and the image will be uploaded.

Example

For an example of using docker-push, see the section on using generated artifacts from the docker builder.