From ce08eb8b7c3621bef708d22d91056998d38cda41 Mon Sep 17 00:00:00 2001 From: Patrick Double Date: Thu, 19 Jul 2018 20:41:26 -0500 Subject: [PATCH] Cleanup docs --- .../source/docs/post-processors/vagrant.html.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/website/source/docs/post-processors/vagrant.html.md b/website/source/docs/post-processors/vagrant.html.md index 35321172a..bc6e581bd 100644 --- a/website/source/docs/post-processors/vagrant.html.md +++ b/website/source/docs/post-processors/vagrant.html.md @@ -129,10 +129,13 @@ artifacts](/docs/templates/post-processors.html#toc_2) for more information. ### Docker -Using the Docker builder or one of the Docker post processors as an input -artifact will cause the `Vagrantfile` to include a reference to the image. For -post processors allowing a tag to be specified, such as `docker-import` or -`docker-tag`, the tag will be used. Otherwise, the sha256 hash will be used. +Using a Docker input artifact will include a reference to the image in the +`Vagrantfile`. If the image tag is not specified in the post-processor, the +sha256 hash will be used. -Note: Using the `docker` builder to save the image as a tar file cannot be used -to produce a Vagrant box. \ No newline at end of file +The following Docker input artifacts are supported: + + - `docker` builder with `commit: true`, always uses the sha256 hash + - `docker-import` + - `docker-tag` + - `docker-push` \ No newline at end of file