Category Archive For "Tools"
Vagrant cheat sheet
vagrant Verify vagrant installation vagrant init hashicorp/bionic64 This will create a Vagrantfile in current directory vagrant up start the virtual machine from the Vagrantfile configuration vagrant halt shutdown VM preserving content of the disk vagrant reload This will quickly restart your virtual machine, skipping the initial import step vagrant reload –provision The provision flag on …
Recent Comments