What is containerization?
The assembly of a portable, standalone environment for our application instance
Why use containers?
- Easy deployment on many different platforms & systems
What is the difference between VMs and Containers?
VM: Run an entire guest OS, sandboxed from the underlying host OS
Container: Shares the underlying host OS