Vagrant - Build on base box
# Package up new box | |
vagrant package --base /Users/<USER>/VirtualBox VMs/<VM-NAME> --output mybox.box | |
vagrant box add foobar mybox.box |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment