From c7fef8d22a13ea364deae36b9d04d00cac589ff2 Mon Sep 17 00:00:00 2001 From: Patrick Double Date: Tue, 17 Jul 2018 15:10:53 -0500 Subject: [PATCH] Update vagrant post-process docs --- website/source/docs/post-processors/vagrant.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/post-processors/vagrant.html.md b/website/source/docs/post-processors/vagrant.html.md index 3032c2f8b..35321172a 100644 --- a/website/source/docs/post-processors/vagrant.html.md +++ b/website/source/docs/post-processors/vagrant.html.md @@ -133,3 +133,6 @@ 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. + +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