Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 297 Bytes

File metadata and controls

21 lines (11 loc) · 297 Bytes

export VAGRANT_DEFAULT_PROVIDER=virtualbox

export VAGRANT_HOME=/some/dir/on/large/volume

vagrant up

vagrant snapshot save clear

vagrant snapshot restore clear

is optional VM name

vagrant ssh

ssh-copy-id vagrant@<vm_ip>

default password - vagrant

ssh <vm_ip>

sudo -i