Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
Introduction to docker
Google search trends
● 20,000+ GitHub stars
● 200M+ Docker Engine downloads
● 100,000+ "Dockerized" apps in the Docker Hub Registry
● 170+ Meetup Groups in 50 countries
● 900+ community contributors
● 50,000 3rd-party projects on GitHub using Docker
Docker in numbers
Why all the excitement?
Why should
you care?
The challenge
The matrix from hell
Cargo transport pre-60’s
Also a matrix from hell
Solution...
Same solution...
Finally build once...run anywhere
How does it work?
VM vs. Docker
VM
Container
> run demo_
Conclusion
● It’s growing fast (community, users, ecosystem, ...)
● It’s applicable to a variety of projects (even ENM)
● It’s a really cool technology!
www.docker.com

More Related Content

Introduction to docker

Editor's Notes

  1. I read a news the other day saying that Red Hat is pushing Docker as a standard for packaging format
  2. multiplicity of stacks multiplicity of environments micro services different versions
  3. the result is a nightmare
  4. It reduced the costs of shipping drastically Allowed it to be more quick and scalable
  5. Leverages features added to the Linux kernel (cgroups, Linux containers and namespace) to provide resource/process isolation (CPU, memory, processes, file system, …) in 2006/2008 more coarse granularity than Java
  6. Containers are isolated but share the OS + binaries and libraries The result is much faster deployments, less overhead