-
Notifications
You must be signed in to change notification settings - Fork 3
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
- It is hosted at https://app.vagrantup.com/dockpack/boxes/centos7
- The source code for that project: https://github.com/dockpack/vault_dojo.git