11 lines
440 B
Markdown
11 lines
440 B
Markdown
|
## Vagrant
|
||
|
|
||
|
Vagrant is a tool for building complete development environments. You can use providers listed below with Vagrant, which itself is installable via the `vagrant` package.
|
||
|
|
||
|
### Docker
|
||
|
|
||
|
You can use Docker as a provider for Vagrant. You can install Docker via the `docker` package.
|
||
|
|
||
|
### VirtualBox
|
||
|
|
||
|
You can use VirtualBox as a provider by following the "Solus As Host" instructions [here](https://wiki.solus-project.com/VirtualBox).
|