際際滷

際際滷Share 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

  • #4: I read a news the other day saying that Red Hat is pushing Docker as a standard for packaging format
  • #7: multiplicity of stacks multiplicity of environments micro services different versions
  • #8: the result is a nightmare
  • #11: It reduced the costs of shipping drastically Allowed it to be more quick and scalable
  • #13: 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
  • #15: Containers are isolated but share the OS + binaries and libraries The result is much faster deployments, less overhead