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