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:
parent
7d32aed01f
commit
2479c63805
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue