You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
233 B

  1. Vagrant --> Commande Virtualbox pour lancer une vm
  2. #Initialize a vagrant file (Create a template Vagrantfile)
  3. vagrant init
  4. # Démarrage de la vm en lisant le Vagrantfile
  5. vagrant up
  6. # Demarrer une session sur la VM
  7. vagrant ssh

Powered by TurnKey Linux.