Vagrant : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Page créée avec « Outil de gestion de machines virtuelles. sudo apt-get install vagrant Vagrant est développé en Ruby. vagrant box list : There are no installed boxes! Use `vagra... »)
 
Ligne 17 : Ligne 17 :
 
   ==> box: Adding box 'ubuntu/xenial32' (v20171006.0.0) for provider: virtualbox
 
   ==> box: Adding box 'ubuntu/xenial32' (v20171006.0.0) for provider: virtualbox
 
     box: Downloading: https://vagrantcloud.com/ubuntu/boxes/xenial32/versions/20171006.0.0/providers/virtualbox.box
 
     box: Downloading: https://vagrantcloud.com/ubuntu/boxes/xenial32/versions/20171006.0.0/providers/virtualbox.box
 +
 +
Les fichiers correspondants sont disponibles dans ~/.vagrant

Version du 8 octobre 2017 à 15:32

Outil de gestion de machines virtuelles.

 sudo apt-get install vagrant

Vagrant est développé en Ruby.

 vagrant box list
There are no installed boxes! Use `vagrant box add` to add some.


 vagrant box add ubuntu/xenial32
 ==> box: Loading metadata for box 'ubuntu/xenial32'
   box: URL: https://atlas.hashicorp.com/ubuntu/xenial32
 ==> box: Adding box 'ubuntu/xenial32' (v20171006.0.0) for provider: virtualbox
   box: Downloading: https://vagrantcloud.com/ubuntu/boxes/xenial32/versions/20171006.0.0/providers/virtualbox.box

Les fichiers correspondants sont disponibles dans ~/.vagrant