Merge pull request #3174 from freshteapot/3173
website/docs: config.vm.box_url can use local files
This commit is contained in:
commit
2e37e8e1e4
|
@ -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
|
order. Note that any client certificates, insecure download settings, and
|
||||||
so on will apply to all URLs in this list.
|
so on will apply to all URLs in this list.
|
||||||
|
|
||||||
|
`config.vm.box_url` can point to local files:
|
||||||
|
```
|
||||||
|
file:///tmp/test.box
|
||||||
|
```
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
`config.vm.box_version` - The version of the box to use. This defaults to
|
`config.vm.box_version` - The version of the box to use. This defaults to
|
||||||
|
|
Loading…
Reference in New Issue