🔗 Docker Tutorial in Youtube
🔗 생활코딩 docker 강좌
🔗 docker 기본 사용법
🔗 docker 한국어 설명
🔗 Docker Cheat Sheet
Virtual Machine vs. Container

Fig 1. abstraction of virtual machines, Containers and Serverless
we’ll only focus on “Virtual machines” and “Containers” in above Fig 1.
Virtual Machine
- Large footprint
- Slow to boot
- Ideal for long running tasks
Container
- Lightweight
- Quick to start (it does not have to boot)