Browse code

Update contrib/vagrant-docker with projects available

Fabio Rehm authored on 2013/11/12 00:36:44
Showing 1 changed files
... ...
@@ -1,3 +1,19 @@
1
-# Vagrant-docker
1
+# Vagrant integration
2 2
 
3
-This is a placeholder for the official vagrant-docker, a plugin for Vagrant (http://vagrantup.com) which exposes Docker as a provider.
3
+Currently there are at least 4 different projects that we are aware of that deals
4
+with integration with [Vagrant](http://vagrantup.com/) at different levels. One
5
+approach is to use Docker as a [provisioner](http://docs.vagrantup.com/v2/provisioning/index.html)
6
+which means you can create containers and pull base images on VMs using Docker's
7
+CLI and the other is to use Docker as a [provider](http://docs.vagrantup.com/v2/providers/index.html),
8
+meaning you can use Vagrant to control Docker containers.
9
+
10
+
11
+### Provisioners
12
+
13
+* [Vocker](https://github.com/fgrehm/vocker)
14
+* [Ventriloquist](https://github.com/fgrehm/ventriloquist)
15
+
16
+### Providers
17
+
18
+* [docker-provider](https://github.com/fgrehm/docker-provider)
19
+* [vagrant-shell](https://github.com/destructuring/vagrant-shell)