Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 829 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 829 Bytes

Virtual Machine Examples

This Repository contains Virtual Machines for my Talk "Virtuelle Umgebungen mit Vagrant, Docker und Ansible" (available in German only).

Virtual Machines:

  • 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