From 2479c6380593568bdff796a5692e0076971e75fc Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 12 Mar 2014 23:25:31 +0100 Subject: [PATCH] config.vm.box_url can use local files Updated the documentation to show that box_url can use "file://". This ability was added via in issue #1087 that was added 2 years ago. https://github.com/mitchellh/vagrant/pull/1087 --- website/docs/source/v2/vagrantfile/machine_settings.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/source/v2/vagrantfile/machine_settings.html.md b/website/docs/source/v2/vagrantfile/machine_settings.html.md index 8e18410ed..99a5d484e 100644 --- a/website/docs/source/v2/vagrantfile/machine_settings.html.md +++ b/website/docs/source/v2/vagrantfile/machine_settings.html.md @@ -72,6 +72,10 @@ This can also be an array of multiple URLs. The URLs will be tried in order. Note that any client certificates, insecure download settings, and so on will apply to all URLs in this list. +`config.vm.box_url` can point to local files: +``` +file:///tmp/test.box +```
`config.vm.box_version` - The version of the box to use. This defaults to