Last active
August 29, 2015 13:57
-
-
Save lwiesel/9807114 to your computer and use it in GitHub Desktop.
Vagrant toolbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Export d'une box | |
| vagrant package existing_instance_name --output new_instance_name.box | |
| # Ajout d'une box en local | |
| vagrant box add new_instance_name new_instance_name.box |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment