Skip to content

Instantly share code, notes, and snippets.

@lwiesel
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save lwiesel/9807114 to your computer and use it in GitHub Desktop.

Select an option

Save lwiesel/9807114 to your computer and use it in GitHub Desktop.
Vagrant toolbox
# 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