SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
My session slides from unityConnect 2016 in Haarlem
10.
• Blueprint or definition of a container (readonly)
• Needed by docker engine to create a running instance of a
container
• Can consist out of multiple layers
Code Node.js UbuntuImage
Images
12.
V1 V2 V3
Eliminate app conflicts
Why use containers
13.
DEV TEST PROD
Why use containers
Easy app shipping
14.
It’s just easy for us developers
• When joining an ongoing project not need to do a long
setup for a developer environment
• No need for heavy virtual machines
• Development environment is almost the same as production
Why use containers
18.
What is the Azure Container Service
- Optimised for hosting containers
- Easy to manage containers at very
large scales
- Docker swarm, DC/OS or
kubernetes included
- Open source
19.
DC/OS vs docker Swarm vs kubernetes
• Large scale
• Proven in
production
environments
• Complex
• From Google
• Preview
• Different API
• Native from
docker
• Standard
docker
interface