corselia
1/13/2018 - 12:09 PM

how to destroy vagrant machine(s) perfectly

how to destroy vagrant machine(s) perfectly

#!/bin/bash

vagrant global-status --prune
# or sudo rm -R .vagrant/

# how to confirm
# vagrant global-status