Docker for the Absolute Beginner - Hands On - DevOps
Docker Overview
Why do you need docker
* Compatibility / Dependency
* Long setup time
* Different Dev/test/prod environment
What can it do?
* Containerize application
* Run each service with its own dependencies in separate containers.
What are containers?
Containers are completely isolated environments, as in they can have their own processes or