One minute
Create a copy of a Vagrant machine
π΄ Careful You’re reading an old article ! Some links might be broken and content may be outdated
- Stop your vagrant machine
vagrant halt
- Create the copy (it can take sometime)
vagrant package --base name_of_your_machine Β --output path/to/newly/created/package
The machine name is on Virtual Box π
Read other posts