Docker
[www.docker.com]
then the operations team would deploy it on bare metal machines, where they had to look out for library versions, patches, and language compilers for the code to work.
Docker???
Docker containers run on top of the host's Operation system.
More containers are run on same infrastructure.
Docker containers run in an isolated environment on top of the host's OS
6
Docker
Motivation
Motivation –the challenge
Docker is the world ‘s leading software container platform
Do once run anywhere
Docker’s container ---the concept (and relation to our shipping container)
LXC = linux container�technology to run multiple linux on one host, etc.
CI/CD =continuous integration & continuous delivery
….go here to see on AWS (dealing with automatic builds,etc.)
Docker supported in many Cloud platforms
How does Docker containers work?
Docker containers are lightweight
WOW –is Docker a PaaS or a replacement for PaaS
Just how does Docker work
Docker updates/changes�
Docker has a repository like github
NEXT STEPS