Skip to content

Vagrant

Bas edited this page Feb 15, 2020 · 1 revision

Vagrant is a tool by Hashicorp. You can create development environments with virtual machines etc. If a software project has a Vagrantfile in its rroot directoryy, then all you need to do to spin it up is:

vagrant up

Lots of vagrant environments use VirtualBox virtual machines. I created a Centos 7 VM image that was hardened and audited with several security tools. To get it run:

vagrant init dockpack/centos7
vagrant up
Clone this wiki locally