SlideShare a Scribd company logo
Rackspace::Solve SFO - Solve(Scale) Featuring Docker CEO Ben Golub
639
Solve(scale)
Rackspace::Solve SFO - Solve(Scale) Featuring Docker CEO Ben Golub
video placeholder
Rackspace::Solve SFO - Solve(Scale) Featuring Docker CEO Ben Golub
B EN GOLU B CEO | DO CKER
The Future
of Applications
• The Matrix from Hell and the Need for Containers
• Docker & Containers: how they work
• Docker Overview and Docker Ecosystem
• Current Usage and Adoption
• Creating an Open Environment
• Docker Roadmap & Business Model
Agenda
~2000 2014
Long lived
Development is iterative
and constant
Monolithic and built
on a single stack
Built from loosely
coupled components
Deployed to a single server Deployed to a multitude of servers
Apps Have Fundamentally Changed
User DB
Static website
Web frontend
Queue
Analytics DB
Background workers
API endpoint
nginx 1.5 + modsecurity +
openssl + bootstrap 2
postgresql + pgv8 + v8
hadoop + hive + thrift + OpenJDK
Ruby + Rails + sass + Unicorn
Redis + redis-sentinel
Python 3.0 + celery + pyredis + libcurl + ffmpeg
+ libopencv + nodejs + phantomjs
Python 2.7 + Flask + pyredis + celery +
psycopg + postgresql-client
Development VM
QA server
Public Cloud
Disaster recovery
Contributor’s laptop
Production Servers
Production Cluster
Customer Data Center
Mul$plicity	
  of	
  Stacks
Mul$plicity	
  of	
  hardware	
  
environments
Do	
  services	
  and	
  apps	
  
interact	
  appropriately?
Can	
  I	
  migrate	
  smoothly
	
  and	
  quickly?
The Problem in 2014
Static website ? ? ? ? ? ? ?
Web frontend ? ? ? ? ? ? ?
Background workers ? ? ? ? ? ? ?
User DB ? ? ? ? ? ? ?
Analytics DB ? ? ? ? ? ? ?
Queue ? ? ? ? ? ? ?
Development
VM
QA
Server
Single Prod
Server
Onsite Cluster Public Cloud
Contributor’s
laptop
Customer
Servers
The Matrix From Hell
An Inspiration…and Some Really Ancient History:
Cargo Transport Pre-1960
Mul$plicity	
  of	
  GoodsMul$pilicity	
  of	
  methods
for	
  transpor$ng/storing
Do	
  I	
  worry	
  about	
  how	
  
goods	
  interact
	
  (e.g.	
  coffee	
  beans	
  next	
  to	
  spices)
Can	
  I	
  transport	
  
quickly	
  and	
  smoothly	
  
(e.g.	
  from	
  boat	
  to	
  train	
  to	
  truck)
A standard container
that is loaded with
virtually any goods,
and stays sealed until it
reaches final delivery.
Mul$plicity	
  of	
  GoodsMul$pilicity	
  of	
  methods
for	
  transpor$ng/storing
Do	
  I	
  worry	
  about	
  how	
  
goods	
  interact
	
  (e.g.	
  coffee	
  beans	
  next	
  to	
  spices)
Can	
  I	
  transport	
  
quickly	
  and	
  smoothly	
  
(e.g.	
  from	
  boat	
  to	
  train	
  to	
  truck)
…in between, can be loaded
and unloaded, stacked,
transported efficiently over
long distances, and transferred
from one mode of transport to
another
Solution: Intermodal Shipping Container
• 90% of all cargo now shipped in a standard container
• Order of magnitude reduction in cost and time to load and unload ships
• Massive reduction in losses due to theft or damage
• Huge reduction in freight cost as percent of final goods (from >25% to <3%)
àMassive globalization
• 5000 ships deliver 200M containers per year
This Spawned an Intermodal
Shipping Container Ecosystem
An engine that enables any
payload to be encapsulated
as a lightweight, portable,
self-sufficient container…
…that can be manipulated
using standard operations
and run consistently on
virtually any hardware
platform
Let’s Create a Shipping Container
System for Applications
Static website User DB Analytics DBQueueWeb frontend
Mul$plicity	
  of	
  StacksMul$plicity	
  of	
  hardware	
  
environments
Do	
  services	
  and	
  apps
	
  interact	
  appropriately?
Can	
  I	
  migrate	
  smoothly
	
  and	
  quickly
Development
VM
QA
server
Public
Cloud
Contributor’s
laptop
Production
Cluster
Customer
Data Center
Static website
Web frontend
Background workers
User DB
Analytics DB
Queue
Development
VM
QA
Server
Single Prod
Server
Onsite Cluster Public Cloud
Contributor’s
laptop
Customer
Servers
And Eliminate the Matrix from Hell
Hypervisor (Type 2)
Host OS
Server
VM
Containers are isolated, but
share OS kernel and, where
appropriate, bins/libraries
…result is significantly faster deployment, much
less overhead, easier migration, faster restart
App
A
Bins/
Libs
Guest
OS
App
A’
Bins/
Libs
Guest
OS
App
B
Bins/
Libs
Guest
OS
App	
  A’
Host OS
Server
App	
  A
App	
  B
App	
  B’
App	
  B’
App	
  B’
Container
Bins/Libs Bins/Libs
Step One: Create a Lightweight Container
(vs. VMs)
A set of slides from IBM: Comparing Docker (Blue) to VM (Red)
• Container technology has been around for a while
• Use limited to specialized organizations, tools & training. Containers were not
portable
• Analogy: Shipping containers are not just steel boxes.
• With Docker, Containers get the following:
-­‐ Ease of use, tooling
-­‐ Re-usable components
-­‐ Portable
-­‐ Able to move between any of the above in a matter
of seconds-no modification or delay
-­‐ Ability to share containerized components
-­‐ Interoperability with all existing devops tools
-­‐ Self contained environment—no dependency hell
-­‐ Tools for how containers work together: linking, nesting,
discovery, orchestration, ++
Type 1 Hypervisor Linux Containers docker
Step 2: Make the Containers Easy to Use,
Standardized, Interoperable, Automatable
Step 3: Make Containers Super Lightweight
Bins/
Libs
App
A
App	
  Δ	
  B/L
Every app, every copy
of an app, and every slight
modification of the app
requires a new virtual server
App
A
VMs Containers
App
A
App
A
App
A’
Guest
OS
VMs
(No OS to
take up space,
resources,
or require restart)
Original App
No OS. Can
Share bins/libs
Copy of App
Copy on write
allows us to only
save the diffs
Between container
A and container A’
Modified App
Guest
OS
Guest
OS
Bins/
Libs
Bins/
Libs
Bins/
Libs
App
A
App
A
App
A’
An Open Platform to Build, Ship, and Run Distributed Applications
An Open Platform…
API
Engine Hub
open source software at the
heart of the Docker platform 
cloud-based platform services
for distributed applications
API
API
Engine Hub
cloud-based platform services
for distributed applications
API
open source software at the heart
of the Docker platform 
An Open Platform…
Any App
• + 20K apps
• + 10K projects
• Physical
• Virtual cloud
Any Infrastructure
…to Build, Ship, and Run
Build Ship
Run
Dev
QA
Source
Staging
Physical
Virtual
Cloud
Infrastructure Management
Infrastructure Management
DockerFil
e
Source Code
Repository
TESTTEST
TESTTEST
TEST
GCE RAX IBM
Mac/Win Dev
Machine
Docker
Analytics
DB
Prod Machine
DockerDocker
++
Users Collab
Provenance Policy
Docker Hub
Registries
Public Curated Private
Docker Hub API
Third Party Tools
Prod Machine
DockerDocker
Prod Machine
DockerDocker
VM
DockerDocker
VM
DockerDocker
VM
DockerDocker
QA Machine
DockerDocker
Boot2Docker
Linux OS
Linux OS Linux OS Linux OS
…Distributed Applications
Data
User
DB
Queue
Analytics
DB
API
Endpoint
Web
Frontend
Data
Background
Workers
Development VM
QA Server
Disaster Recovery
Contributor’s Laptop
Production Servers
Production Cluster
Customer Data Center
Public Cloud
Step 5: Build an Ecosystem
Official Repos & 14K+ Dockerized Apps
Community
• 500+ Contributors
• 250+ Meetups on Docker
• 6M Downloads
• 10K Projects on GitHub
Support
• Enterprise Support
• Robust Documentation
• Implementation, Integration,
Training
• Network of Partners
The Docker Platform
• Docker Engine
• Docker Hub
Partners
Content
Users
Build, Ship, and Run
Partner
Ecosystem
Who is Using Docker?
And hundreds of others… these are just a sample of those who have published use cases
Step 6: Build Systems and Infrastructure
to Take Advantage of This New Paradigm
BARE METAL SERVERS
API-drivenInstantly
Available
Highly
Specialized
No
Hypervisor
OnMetal
Conclusion
• Enables applications to be built
flexibly and deployed flexibly
• Provides greater degree of visibility,
control, and management of what
runs where and what components
are allowed
• Massive cost, speed, efficiency
savings
• Docker is becoming the standard
for containerization
• Rackspace is a true leader in
enabling this revolution!
• Multiple forces are driving a
reconsideration of how applications
should be created, built, deployed,
scaled, and managed
• We believe that the right approach
is to decouple application
management from infrastructure
management
• Container based approach
(vs. VM approach) provides right
level of abstraction
• Enables infrastructure to be
managed consistently and stably
Learn More
All slides & talks from DockerCon dockercon.com
Security & Isolation: see above, also blog.docker.com
Docker project: www.docker.com/
Follow Docker on Twitter: twitter.com/docker
Take the Docker interactive tutorial: www.docker.com/gettingstarted/
Join Docker on IRC: botbot.me/freenode/docker/
Go to the Docker repository on GitHub: github.com/dotcloud/docker/
Go to a meetup: www.docker.io/community/#Docker-Meetups
See what others are doing: www.docker.io/community/
Rackspace::Solve SFO - Solve(Scale) Featuring Docker CEO Ben Golub

More Related Content

PDF
Are VM Passé?
PPTX
Why docker | OSCON 2013
PPTX
Docker taylor swift and protection v06
ODP
cfengine3 at #lspe
PDF
Docker Overview - Rise of the Containers
PDF
Docker Presentation at the OpenStack Austin Meetup | 2013-09-12
PPTX
Why Docker
PDF
Getting Started with Docker - Nick Stinemates
Are VM Passé?
Why docker | OSCON 2013
Docker taylor swift and protection v06
cfengine3 at #lspe
Docker Overview - Rise of the Containers
Docker Presentation at the OpenStack Austin Meetup | 2013-09-12
Why Docker
Getting Started with Docker - Nick Stinemates

What's hot (20)

PDF
Docker Containers Deep Dive
PPTX
Docker Basic to Advance
PPTX
Docker open stack boston
PPTX
Docker intro
PDF
Docker introduction
PDF
Crash Course in Open Source Cloud Computing
PPTX
Discussing the difference between docker dontainers and virtual machines
PDF
Introduction to Docker - VIT Campus
PDF
A Hitchhiker’s Guide to the Cloud Native Stack. #CDS17
PPTX
Docker 101 - Nov 2016
PDF
Dockers & kubernetes detailed - Beginners to Geek
PDF
What Is Kubernetes | Kubernetes Introduction | Kubernetes Tutorial For Beginn...
PDF
Containers, Docker, and Microservices: the Terrific Trio
PDF
Demystifying Containerization Principles for Data Scientists
PDF
Containers, microservices and serverless for realists
PPTX
Hypervisor "versus" Linux Containers with Docker !
PDF
DockerPenang Meetup#1
PDF
Introduction to containers running dockers using kubernetes - הרצאה לכנס מיק...
PDF
Docker 101
PPTX
Containers vs. VMs: It's All About the Apps!
Docker Containers Deep Dive
Docker Basic to Advance
Docker open stack boston
Docker intro
Docker introduction
Crash Course in Open Source Cloud Computing
Discussing the difference between docker dontainers and virtual machines
Introduction to Docker - VIT Campus
A Hitchhiker’s Guide to the Cloud Native Stack. #CDS17
Docker 101 - Nov 2016
Dockers & kubernetes detailed - Beginners to Geek
What Is Kubernetes | Kubernetes Introduction | Kubernetes Tutorial For Beginn...
Containers, Docker, and Microservices: the Terrific Trio
Demystifying Containerization Principles for Data Scientists
Containers, microservices and serverless for realists
Hypervisor "versus" Linux Containers with Docker !
DockerPenang Meetup#1
Introduction to containers running dockers using kubernetes - הרצאה לכנס מיק...
Docker 101
Containers vs. VMs: It's All About the Apps!
Ad

Viewers also liked (14)

PPTX
Building an Effective Website for Non-Profits
PDF
Revolution not Evolution: How cloud computing differs from traditional IT and...
PDF
Removing the Cloud of Insecurity
PDF
The Next Generation IT Department MUST HAVE CLOUD
PDF
Rackspace Open Sources Atom Nuke, The Fast Atom Framework
PDF
Carbon Collaborative
PDF
Hybrid Hosting: Evolving the Cloud in 2011
PPTX
Why VM Replication Is Your Lifeline when Disaster Strikes
PDF
Cloud Economics
PPTX
Social Media 201 for Non-Profit Organizations
PDF
Enterprise Open Cloud Forum: The Cloud is Making it Rain
PPTX
vSphere with Openstack
PPTX
Outsourcing IT Projects to Managed Hosting of the Cloud
PPTX
Deploy Apache Spark™ on Rackspace OnMetal™ for Cloud Big Data Platform
Building an Effective Website for Non-Profits
Revolution not Evolution: How cloud computing differs from traditional IT and...
Removing the Cloud of Insecurity
The Next Generation IT Department MUST HAVE CLOUD
Rackspace Open Sources Atom Nuke, The Fast Atom Framework
Carbon Collaborative
Hybrid Hosting: Evolving the Cloud in 2011
Why VM Replication Is Your Lifeline when Disaster Strikes
Cloud Economics
Social Media 201 for Non-Profit Organizations
Enterprise Open Cloud Forum: The Cloud is Making it Rain
vSphere with Openstack
Outsourcing IT Projects to Managed Hosting of the Cloud
Deploy Apache Spark™ on Rackspace OnMetal™ for Cloud Big Data Platform
Ad

Similar to Rackspace::Solve SFO - Solve(Scale) Featuring Docker CEO Ben Golub (20)

PDF
Rackspace::Solve NYC - The Future of Applications with Ken Cochrane, Engineer...
PDF
Are VMs Passé?
PPTX
The challenge of application distribution - Introduction to Docker (2014 dec ...
PDF
Dockers and kubernetes
PPTX
Intro Docker to Loire Atlantique
PPTX
Docker, Containers and the Future of Application Delivery
PPTX
Docker, Containers and the Future of Application Delivery
PPTX
Docker, the Future of Distributed Applications | Docker Tour de France 2014
PPTX
Intro to Docker November 2013
PPTX
Introduction Into Docker Ecosystem
PPTX
Docker and containers - For Boston Docker Meetup Workshop in March 2015
PPTX
Webinar Docker Tri Series
PPTX
Why we need container in Software
PPTX
OpenStack Boston
PPTX
Write Once and REALLY Run Anywhere | OpenStack Summit HK 2013
PDF
Docker and OpenStack Boston Meetup
PPTX
Docker Training - June 2015
PPTX
OpenStack Summit
PDF
Introduction to Docker
PDF
Docker and Containers overview - Docker Workshop
Rackspace::Solve NYC - The Future of Applications with Ken Cochrane, Engineer...
Are VMs Passé?
The challenge of application distribution - Introduction to Docker (2014 dec ...
Dockers and kubernetes
Intro Docker to Loire Atlantique
Docker, Containers and the Future of Application Delivery
Docker, Containers and the Future of Application Delivery
Docker, the Future of Distributed Applications | Docker Tour de France 2014
Intro to Docker November 2013
Introduction Into Docker Ecosystem
Docker and containers - For Boston Docker Meetup Workshop in March 2015
Webinar Docker Tri Series
Why we need container in Software
OpenStack Boston
Write Once and REALLY Run Anywhere | OpenStack Summit HK 2013
Docker and OpenStack Boston Meetup
Docker Training - June 2015
OpenStack Summit
Introduction to Docker
Docker and Containers overview - Docker Workshop

More from Rackspace (20)

PPTX
What Would You Do With More Time?
PPTX
RMS Security Breakfast
PDF
6 Commonly Asked Questions from Customers Building on AWS
PPTX
The Evolution of OpenStack – From Infancy to Enterprise
PPTX
How Startups can leverage big data?
PPTX
Become an IT Service Broker
PPTX
Rethinking People Costs in Enterprise IT
PPTX
Starting the Journey to Managed Infrastructure Services
PDF
Rackspace::Solve NYC - Welcome Keynote featuring Rackspace CTO John Engates
PDF
Rackspace::Solve NYC - Solving for Rapid Customer Growth and Scale Through De...
PDF
Rackspace::Solve NYC - Second Stage Cloud
PDF
Rackspace::Solve NYC - Solving for Rapid Customer Growth and Scale Through De...
PPTX
vCenter Site Recovery Manager: Architecting a DR Solution
PPTX
How to Bring Shadow IT to the Light
PPTX
DR-to-the-Cloud Best Practices
PPTX
Migrating Traditional Apps from On-Premises to the Hybrid Cloud
PDF
Rackspace::Solve SFO - CoreOS CEO Alex Polvi on Solving for What's Next
PDF
Rackspace::Solve SFO - Rackspace CEO Taylor Rhodes on the Power of Solving Pr...
PDF
Rackspace::Solve SFO - Solving for the Coming Tidal Wave of Choices with Avai...
PDF
Rackspace::Solve SFO - Welcome Keynote featuring Rackspace CTO John Engates
What Would You Do With More Time?
RMS Security Breakfast
6 Commonly Asked Questions from Customers Building on AWS
The Evolution of OpenStack – From Infancy to Enterprise
How Startups can leverage big data?
Become an IT Service Broker
Rethinking People Costs in Enterprise IT
Starting the Journey to Managed Infrastructure Services
Rackspace::Solve NYC - Welcome Keynote featuring Rackspace CTO John Engates
Rackspace::Solve NYC - Solving for Rapid Customer Growth and Scale Through De...
Rackspace::Solve NYC - Second Stage Cloud
Rackspace::Solve NYC - Solving for Rapid Customer Growth and Scale Through De...
vCenter Site Recovery Manager: Architecting a DR Solution
How to Bring Shadow IT to the Light
DR-to-the-Cloud Best Practices
Migrating Traditional Apps from On-Premises to the Hybrid Cloud
Rackspace::Solve SFO - CoreOS CEO Alex Polvi on Solving for What's Next
Rackspace::Solve SFO - Rackspace CEO Taylor Rhodes on the Power of Solving Pr...
Rackspace::Solve SFO - Solving for the Coming Tidal Wave of Choices with Avai...
Rackspace::Solve SFO - Welcome Keynote featuring Rackspace CTO John Engates

Recently uploaded (20)

PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PPTX
Spectroscopy.pptx food analysis technology
PDF
Encapsulation theory and applications.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
Getting Started with Data Integration: FME Form 101
PDF
Empathic Computing: Creating Shared Understanding
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
cloud_computing_Infrastucture_as_cloud_p
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
SOPHOS-XG Firewall Administrator PPT.pptx
Spectroscopy.pptx food analysis technology
Encapsulation theory and applications.pdf
A Presentation on Artificial Intelligence
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Assigned Numbers - 2025 - Bluetooth® Document
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Univ-Connecticut-ChatGPT-Presentaion.pdf
Programs and apps: productivity, graphics, security and other tools
Reach Out and Touch Someone: Haptics and Empathic Computing
Heart disease approach using modified random forest and particle swarm optimi...
Getting Started with Data Integration: FME Form 101
Empathic Computing: Creating Shared Understanding
A comparative analysis of optical character recognition models for extracting...
MIND Revenue Release Quarter 2 2025 Press Release
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Mobile App Security Testing_ A Comprehensive Guide.pdf

Rackspace::Solve SFO - Solve(Scale) Featuring Docker CEO Ben Golub

  • 6. B EN GOLU B CEO | DO CKER The Future of Applications
  • 7. • The Matrix from Hell and the Need for Containers • Docker & Containers: how they work • Docker Overview and Docker Ecosystem • Current Usage and Adoption • Creating an Open Environment • Docker Roadmap & Business Model Agenda
  • 8. ~2000 2014 Long lived Development is iterative and constant Monolithic and built on a single stack Built from loosely coupled components Deployed to a single server Deployed to a multitude of servers Apps Have Fundamentally Changed
  • 9. User DB Static website Web frontend Queue Analytics DB Background workers API endpoint nginx 1.5 + modsecurity + openssl + bootstrap 2 postgresql + pgv8 + v8 hadoop + hive + thrift + OpenJDK Ruby + Rails + sass + Unicorn Redis + redis-sentinel Python 3.0 + celery + pyredis + libcurl + ffmpeg + libopencv + nodejs + phantomjs Python 2.7 + Flask + pyredis + celery + psycopg + postgresql-client Development VM QA server Public Cloud Disaster recovery Contributor’s laptop Production Servers Production Cluster Customer Data Center Mul$plicity  of  Stacks Mul$plicity  of  hardware   environments Do  services  and  apps   interact  appropriately? Can  I  migrate  smoothly  and  quickly? The Problem in 2014
  • 10. Static website ? ? ? ? ? ? ? Web frontend ? ? ? ? ? ? ? Background workers ? ? ? ? ? ? ? User DB ? ? ? ? ? ? ? Analytics DB ? ? ? ? ? ? ? Queue ? ? ? ? ? ? ? Development VM QA Server Single Prod Server Onsite Cluster Public Cloud Contributor’s laptop Customer Servers The Matrix From Hell
  • 11. An Inspiration…and Some Really Ancient History: Cargo Transport Pre-1960 Mul$plicity  of  GoodsMul$pilicity  of  methods for  transpor$ng/storing Do  I  worry  about  how   goods  interact  (e.g.  coffee  beans  next  to  spices) Can  I  transport   quickly  and  smoothly   (e.g.  from  boat  to  train  to  truck)
  • 12. A standard container that is loaded with virtually any goods, and stays sealed until it reaches final delivery. Mul$plicity  of  GoodsMul$pilicity  of  methods for  transpor$ng/storing Do  I  worry  about  how   goods  interact  (e.g.  coffee  beans  next  to  spices) Can  I  transport   quickly  and  smoothly   (e.g.  from  boat  to  train  to  truck) …in between, can be loaded and unloaded, stacked, transported efficiently over long distances, and transferred from one mode of transport to another Solution: Intermodal Shipping Container
  • 13. • 90% of all cargo now shipped in a standard container • Order of magnitude reduction in cost and time to load and unload ships • Massive reduction in losses due to theft or damage • Huge reduction in freight cost as percent of final goods (from >25% to <3%) àMassive globalization • 5000 ships deliver 200M containers per year This Spawned an Intermodal Shipping Container Ecosystem
  • 14. An engine that enables any payload to be encapsulated as a lightweight, portable, self-sufficient container… …that can be manipulated using standard operations and run consistently on virtually any hardware platform Let’s Create a Shipping Container System for Applications Static website User DB Analytics DBQueueWeb frontend Mul$plicity  of  StacksMul$plicity  of  hardware   environments Do  services  and  apps  interact  appropriately? Can  I  migrate  smoothly  and  quickly Development VM QA server Public Cloud Contributor’s laptop Production Cluster Customer Data Center
  • 15. Static website Web frontend Background workers User DB Analytics DB Queue Development VM QA Server Single Prod Server Onsite Cluster Public Cloud Contributor’s laptop Customer Servers And Eliminate the Matrix from Hell
  • 16. Hypervisor (Type 2) Host OS Server VM Containers are isolated, but share OS kernel and, where appropriate, bins/libraries …result is significantly faster deployment, much less overhead, easier migration, faster restart App A Bins/ Libs Guest OS App A’ Bins/ Libs Guest OS App B Bins/ Libs Guest OS App  A’ Host OS Server App  A App  B App  B’ App  B’ App  B’ Container Bins/Libs Bins/Libs Step One: Create a Lightweight Container (vs. VMs)
  • 17. A set of slides from IBM: Comparing Docker (Blue) to VM (Red)
  • 18. • Container technology has been around for a while • Use limited to specialized organizations, tools & training. Containers were not portable • Analogy: Shipping containers are not just steel boxes. • With Docker, Containers get the following: -­‐ Ease of use, tooling -­‐ Re-usable components -­‐ Portable -­‐ Able to move between any of the above in a matter of seconds-no modification or delay -­‐ Ability to share containerized components -­‐ Interoperability with all existing devops tools -­‐ Self contained environment—no dependency hell -­‐ Tools for how containers work together: linking, nesting, discovery, orchestration, ++ Type 1 Hypervisor Linux Containers docker Step 2: Make the Containers Easy to Use, Standardized, Interoperable, Automatable
  • 19. Step 3: Make Containers Super Lightweight Bins/ Libs App A App  Δ  B/L Every app, every copy of an app, and every slight modification of the app requires a new virtual server App A VMs Containers App A App A App A’ Guest OS VMs (No OS to take up space, resources, or require restart) Original App No OS. Can Share bins/libs Copy of App Copy on write allows us to only save the diffs Between container A and container A’ Modified App Guest OS Guest OS Bins/ Libs Bins/ Libs Bins/ Libs App A App A App A’
  • 20. An Open Platform to Build, Ship, and Run Distributed Applications
  • 21. An Open Platform… API Engine Hub open source software at the heart of the Docker platform  cloud-based platform services for distributed applications API
  • 22. API Engine Hub cloud-based platform services for distributed applications API open source software at the heart of the Docker platform  An Open Platform… Any App • + 20K apps • + 10K projects • Physical • Virtual cloud Any Infrastructure
  • 23. …to Build, Ship, and Run Build Ship Run Dev QA Source Staging Physical Virtual Cloud Infrastructure Management Infrastructure Management DockerFil e Source Code Repository TESTTEST TESTTEST TEST GCE RAX IBM Mac/Win Dev Machine Docker Analytics DB Prod Machine DockerDocker ++ Users Collab Provenance Policy Docker Hub Registries Public Curated Private Docker Hub API Third Party Tools Prod Machine DockerDocker Prod Machine DockerDocker VM DockerDocker VM DockerDocker VM DockerDocker QA Machine DockerDocker Boot2Docker Linux OS Linux OS Linux OS Linux OS
  • 24. …Distributed Applications Data User DB Queue Analytics DB API Endpoint Web Frontend Data Background Workers Development VM QA Server Disaster Recovery Contributor’s Laptop Production Servers Production Cluster Customer Data Center Public Cloud
  • 25. Step 5: Build an Ecosystem Official Repos & 14K+ Dockerized Apps Community • 500+ Contributors • 250+ Meetups on Docker • 6M Downloads • 10K Projects on GitHub Support • Enterprise Support • Robust Documentation • Implementation, Integration, Training • Network of Partners The Docker Platform • Docker Engine • Docker Hub Partners Content Users Build, Ship, and Run
  • 27. Who is Using Docker? And hundreds of others… these are just a sample of those who have published use cases
  • 28. Step 6: Build Systems and Infrastructure to Take Advantage of This New Paradigm BARE METAL SERVERS API-drivenInstantly Available Highly Specialized No Hypervisor OnMetal
  • 29. Conclusion • Enables applications to be built flexibly and deployed flexibly • Provides greater degree of visibility, control, and management of what runs where and what components are allowed • Massive cost, speed, efficiency savings • Docker is becoming the standard for containerization • Rackspace is a true leader in enabling this revolution! • Multiple forces are driving a reconsideration of how applications should be created, built, deployed, scaled, and managed • We believe that the right approach is to decouple application management from infrastructure management • Container based approach (vs. VM approach) provides right level of abstraction • Enables infrastructure to be managed consistently and stably
  • 30. Learn More All slides & talks from DockerCon dockercon.com Security & Isolation: see above, also blog.docker.com Docker project: www.docker.com/ Follow Docker on Twitter: twitter.com/docker Take the Docker interactive tutorial: www.docker.com/gettingstarted/ Join Docker on IRC: botbot.me/freenode/docker/ Go to the Docker repository on GitHub: github.com/dotcloud/docker/ Go to a meetup: www.docker.io/community/#Docker-Meetups See what others are doing: www.docker.io/community/