Skip to content

Latest commit

 

History

History

create-virtualbox-vm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Create a Virtualbox guest VM by Vagrant

Prerequisites

  • A public key in .ssh/id_rsa.pub in your home directory
  • Directly download Virtualbox and install, or use homebrew
    brew install --cask virtualbox
    
  • Vagrant
    brew install --cask vagrant
    
  • (Optional) Vagrant Manager
    brew install --cask vagrant-manager
    

Provision VM

cd create-virtualbox-vm
vagrant up

Let's ssh into the Virtualbox guest VM