Slide 13
Slide 13 text
Why use Docker?
• Lightweight way to bundle app with all dependencies in single
container.
• Container is static bundle that can run anywhere (needs linux
+docker engine)
• You can limit container’s resources
• Manage containers with docker tools (many third party tools
available)
• Industry wide support. Google Kubernetes, AWS Container service,
AWS Beanstalk, Google container engine
• Almost non-existent overhead