From f2f419f58455e88c24debf0e9a308cd4c6809e9d Mon Sep 17 00:00:00 2001
From: Vincent Mazenod <vmazenod@gmail.com>
Date: Wed, 9 Jan 2019 17:12:07 +0100
Subject: [PATCH] add some slides to vagrant

---
 content/slides/cri/md/vagrant.md | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/content/slides/cri/md/vagrant.md b/content/slides/cri/md/vagrant.md
index b92b9d5..2986218 100644
--- a/content/slides/cri/md/vagrant.md
+++ b/content/slides/cri/md/vagrant.md
@@ -76,8 +76,6 @@ beaucoup de commentaires ... laisser vous guider
 ## Box
 
 * machines virtuelles préconfigurées (templates)
-* [vagrant cloud](https://app.vagrantup.com/boxes/search)
-* [vagrantbox.es](https://www.vagrantbox.es/)
 * mis en cache
 * nommage à la github "développeur/Box"
 
@@ -87,10 +85,23 @@ $ vagrant box add "http://aka.ms/vagrant-win7-ie11"
 $ vagrant box list
 $ vagrant box remove "ubuntu/xenial64"
 ```
+
+* [vagrant cloud](https://app.vagrantup.com/boxes/search)
+* [vagrantbox.es](https://www.vagrantbox.es/)
+
+
+## Creating Box
+
 * [Creating a Base Box](https://www.vagrantup.com/docs/boxes/base.html)
   * [<i class="fa fa-github" aria-hidden="true"></i> veewee](https://github.com/jedi4ever/veewee)
   * [<i class="fa fa-github" aria-hidden="true"></i> How to Create a CentOS Vagrant Base Box](https://github.com/ckan/ckan/wiki/How-to-Create-a-CentOS-Vagrant-Base-Box)
 
+* [packer by HashiCorp](https://packer.io/)
+
+  * [<i class="fa fa-book"></i> Creating windows base images using Packer and Boxstarter](http://www.hurryupandwait.io/blog/creating-windows-base-images-for-virtualbox-and-hyper-v-using-packer-boxstarter-and-vagrant)
+
+  * [<i class="fa fa-github"></i> joefitzgerald/packer-windows](https://github.com/joefitzgerald/packer-windows)
+
 
 ## cycle de vie
 
@@ -215,6 +226,13 @@ end
 ```
 
 
+## Vagrant VS Docker
+
+[<i class="fa fa-gitlab"></i> vimazeno/reveal-prez](https://gitlab.isima.fr/vimazeno/reveal-prez)
+
+[<i class="fa fa-gitlab"></i> vimazeno/affproj](https://gitlab.isima.fr/vimazeno/affproj)
+
+
 ## provisioning
 
 via [ansible](ansible.html)
-- 
GitLab