Skip to content

Instantly share code, notes, and snippets.

@dotherightthing
Created August 15, 2019 03:38
Show Gist options
  • Save dotherightthing/3bbd59e711dd7bb362087a21ecfde611 to your computer and use it in GitHub Desktop.
Save dotherightthing/3bbd59e711dd7bb362087a21ecfde611 to your computer and use it in GitHub Desktop.
[Vagrant + VirtualBox] #virtualisation

Vagrant + VirtualBox

Created: 2017.08.16

Get Virtualbox

  1. Download Virtualbox
  2. Always keep your Virtualbox up to date.

Get Vagrant

  1. Download Vagrant
  2. Install Vagrant

Installing boxes on an external drive

Vagrant images are large! If necessary, configure Vagrant and Virtualbox to run from your external drive:

Note that the export command requires editing your Bash Profile.

Vagrantfile

A Vagrantfile specifies what a virtual machine should contain (build modules etc)

  • Navigate to a directory containing a Vagrantfile
  • vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment