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
This commit is contained in:
Chris 2014-03-12 23:25:31 +01:00
parent 7d32aed01f
commit 2479c63805
1 changed files with 4 additions and 0 deletions

View File

@ -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
```
<hr>
`config.vm.box_version` - The version of the box to use. This defaults to