This repository has been archived on 2024-04-14 . You can view files and clone it, but cannot push or open issues or pull requests.
2017-02-26 21:30:46 +00:00
+++
title = "Vagrant"
+++
2017-02-03 08:38:34 +00:00
# Vagrant
2017-01-05 02:56:10 +00:00
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.
2017-02-03 08:38:34 +00:00
## Docker
2017-01-05 02:56:10 +00:00
You can use Docker as a provider for Vagrant. You can install Docker via the `docker` package.
2017-02-03 08:38:34 +00:00
## VirtualBox
2017-01-05 02:56:10 +00:00
2017-02-10 14:56:35 +00:00
You can use VirtualBox as a provider by following the "Solus As Host" instructions [here ](/articles/software/virtualbox/en ).