https://slides.com/dalealleshouse/krel-docker
Dale Alleshouse
Senior Member of Technical Staff
Carnegie Mellon University's Software Engineering Institute
One year assignment at KREL, dev on Marauder
Twitter: @HumpbackFreak
Blog: [http://www.hideoushumpbackfreak.com]
Brett Cohen
Software Engineer with GHOST
B.S. in Computer Science, Worcester Polytechnic Institute '18
Website: brettcohendev.com
What is a container?
How do containers work?
Why use containers? (Evolution of applications)
Docker
Awesome Demo
What Now?
Multiple Definitions
OS Containers vs. Application Containers
Many Implementations
Container Technologies
FreeBSD Jail - 2000
Solaris - 2004
LXC - 2008
Docker - 2013
CoreOS rkt (pronounced rocket)
https://en.wikipedia.org/wiki/Operating-system-level_virtualization
Kernel Virtualization
(https://blog.docker.com/2016/09/dockerforws2016/)
git clone https://github.com/dalealleshouse/docker-training
cd docker-training/docker
docker-compose up -d
docker-compose scale java-consumer=5