You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Terraform](https://www.terraform.io/) : voir [gce-playground](https://github.com/mborne/gce-playground) et [gke-playground](https://github.com/mborne/gke-playground) pour des exemples
Copy file name to clipboardExpand all lines: src/slides/vm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ Nous utilisons le dépôt [mborne/vagrantbox](https://github.com/mborne/vagrantb
177
177
Nous soulignerons que :
178
178
179
179
- La principale difficulté traitée dans le dépôt [mborne/vagrantbox](https://github.com/mborne/vagrantbox#vagrantbox) est l'utilisation optionnelle d'un proxy sortant avec le plugin [vagrant-proxyconf](https://rubygems.org/gems/vagrant-proxyconf/versions/1.5.2).
180
-
- Une [annexe Vagrant](https://mborne.github.io/cours-devops/annexe/vagrant/index.html) explique comment créer ses propres `Vagrantfile`.
180
+
- Une [fiche sur Vagrant](https://mborne.github.io/outils/vagrant/) explique comment créer ses propres `Vagrantfile`.
181
181
- Vagrant est aussi pratique pour créer une VM de DEV Linux avec un environnement graphique (`apt-get install ubuntu-desktop`)
182
182
- Nous créons ici des VM [VirtualBox](https://www.virtualbox.org/) mais [Vagrant supporte d'autres hyperviseurs (ex : KVM)](https://www.vagrantup.com/docs/providers)
183
183
- Il existe [un dépôt public d'image de VM pour vagrant](https://app.vagrantup.com/boxes/search).
0 commit comments