"Docker allows you to package an application with all of its dependencies into a standardized unit for software development."
Docker uses LXC (Linux Container) in the building of their containers
A container is made up of...
Docker for non-linux machines runs in an extremely lightweight VM
Registry service for Docker containers
docker run -d -p 80:80 --name figlet-app -v ~/dir/to/code:/app figlet-app-image
Many PaaS's (Platform as a Service) like AWS offer ways to run Docker containers on their servers
Slides By Joshua Harris
Presentation Built using reveal.js
epeay - figlet example