Code Examples for my Talk "Virtuelle Umgebungen mit Vagrant, Docker und Ansible"
https://github.com/simono/vm-examples.git
This Repository contains Virtual Machines for my Talk "Virtuelle Umgebungen mit Vagrant, Docker und Ansible" (available in German only).
minimal*: Minimal Vagrant VM shell-nginx*: Vagrant VM with Shell Provisioner docker-host*: Vagrant VM to host Docker Containers docker-nginx*: Docker Container with nginx docker-node*: Docker Container with Node.js ansible-nginx*: Vagrant VM with Ansible Provisioner app*: A complete App with Node.js, Assets and Database Containers
To run the VMs use:
vagrant up
or for the Docker Containers:
vagrant up --provider=docker