+ All Categories
Home > Technology > Introduction to Docker

Introduction to Docker

Date post: 17-Jul-2015
Category:
Upload: siu-tin
View: 40 times
Download: 1 times
Share this document with a friend
Popular Tags:
18
27, March 2015 By osiutino
Transcript

27, March 2015 By osiutino

Docker is hot!

What is Docker?

• Virtualization technology

• With Docker we can solve many problems

• dependency hell

• infrastructure configuration spaghetti

• reducing setup & deploy time

Google Trends - March 5, 2015

http://www.workasone.com/docker/docker-adoption-in-the-enterprise/

“Config once. Run Anywhere, virtually.”- Me

What is Docker?

“automates the deployment of any application as lightweight, portable, self-sufficient container that

will run virtually everywhere” - Maciej Lasyk

Containers vs. VMs

Docker Hub Registry

Version Control

• Source Version Control

• Database Schema Version Control

• Environment Version Control

Demo

Who is using Docker?

and 100+ of other small and big companies ..

References

• https://www.docker.com/

• http://www.slideshare.net/dotCloud/why-docker

• http://www.slideshare.net/smlsun/docker-42790855

• http://www.slideshare.net/d0cent/orchestrating-docker-containers-at-scale-dockerkrk-edition


Recommended