SlideShare a Scribd company logo
Patrick Chanezon, Docker Inc.
@chanezon With slides from @jpetazzo @vieux
Couchbase on Docker
French
Polyglot
Platforms
San Francisco
Developer Relations
@chanezon
1995 2015
Docker in the cloud market
Cloud Market
PublicHybridPrivate
IT Pros Devops DevelopersArchitects
7
History of containerization
• 1960’s mainframe
• 1990’s hardware virtualization
• 1990’s OS virt precursors: BSD Jails, Solaris zones
• 2006 Cloud IaaS
• 2009 platform virtualization (PaaS)
• 2013 Docker
See @bcantrill’s deck http://www.slideshare.net/bcantrill/docker-and-the-future-of-containers-in-production
Couchbase on Docker - Couchbase Connect 2015
Happy birthday!
Why Docker success now?
• Cloud adoption
• Portability
• Hybrid
• Devops
It’s an ecosystem
Linux Container Ecosystem
Docker
Docker now
 A platform to build, ship, and run any app, anywhere
 docker engine
 docker hub
 docker-machine
 docker-compose
 docker-swarm
 kitematic
Couchbase on Docker - Couchbase Connect 2015
Couchbase on Docker - Couchbase Connect 2015
Isolation using Linux kernel features
namespaces
 pid
 mnt
 net
 uts
 ipc
 user
cgroups
 memory
 cpu
 blkio
 devices
Docker for developers
https://registry.hub.docker.com/_/java/
docker-compose: running multiple containers
 Run your stack with one command: docker-compose up
 Describe your stack with one file: docker-compose.yml
web:
build: .
command: python app.py
ports:
- "5000:5000"
volumes:
- .:/code
links:
- redis:redis
redis:
image: redis
docker-machine
docker-machine create -d azure 
—azure-subscription-id="c4f51be3-784c-xxx-7c50ad9e1b7c" 
--azure-subscription-cert="/Users/pat/.ssh/docker-azure-
cert.pem" 
--azure-location="East US" 
--azure-size=Small 
--azure-username="pat" 
pat-docker-machine-n
Docker Hub
Docker Hub Enterprise
Docker Swarm
Docker
CLI
Docker
CLI
Docker
CLI
Docker Engine
us-west us-east
Docker
CLI
Docker
CLI
Docker Swarm
Swarm
Swarm in a nutshell
 Docker REST API (>85%)
 Resource management (CPU, Mem, Networking)
 Advanced scheduling with constraints and affinities
 Multiple Discovery Backends (hub, etcd, consul, zookeeper)
 TLS: Encryption & Authentication
Swarm beta integrations
 Fully integrated with Machine
 Partially integrated with Compose
 Mesos integration has started in collaboration with
Mesosphere.
Kitematic
Deploy almost anywhere
Docker, the community
 >700 contributors
 ~20 core maintainers
 >40,000 Dockerized projects on GitHub
 >60,000 repositories on Docker Hub
 >25000 meetup members,
>140 cities, >50 countries
 >2,000,000 downloads of boot2docker
Docker Inc, the company
 Headcount: ~130
 Revenue:
 t-shirts and stickers featuring the cool blue whale
 SAAS delivered through Docker Hub
 Support & Training
 soon: Docker Hub Enterprise, behind the firewall
It’s all about Devops
Separation of concerns:
Dave the Developer
 Inside my container:
 my code
 my libraries
 my package manager
 my app
 my data
Separation of concerns:
Oscar the Ops guy
 Outside the container:
 logging
 remote access
 network configuration
 monitoring
Plugins
Weave
Flocker
Powerstrip
Prototyping Docker Plugins
https://clusterhq.com/blog/powerstrip-prototype-docker-extensions-today/
Couchbase on Docker
Couchbase image
docker run -d 
-v ~/couchbase:/opt/couchbase/var 
-p 8091:8091 
—name my-couchbase-server 
couchbase
https://registry.hub.docker.com/_/couchbase/
Couchbase image
Sample travel app
https://github.com/tleyden/try-cb-nodejs
docker-compose file
docker-compose up
Demo
Fire up your first container today!
Ride the Whale!
Learning
• http://docs.docker.com/
• http://slideshare.net/chanezon
• https://github.com/chanezon/azure-linux
• https://registry.hub.docker.com/_/couchbase/
• https://github.com/tleyden/try-cb-nodejs
We’re hiring!
https://www.docker.com/company/careers/
10
3
References
• talk about cloud platforms: Managing complexity in giant systems http://www.slideshare.net/chanezon/tackling-
complexity-in-giant-systems-approaches-from-several-cloud-providers
• talk about Devops, the Microsoft Way
http://www.slideshare.net/chanezon/devops-the-microsoft-way
• MS Open Tech https://msopentech.com/ Blog, VM Depot
• P@ Linux on Azure pages https://github.com/chanezon/azure-linux/
• Tim’s CoreOS tutorial https://github.com/timfpark/coreos-azure
• Tim’s Deis documentation
• @jpetazzo’s presentations http://www.slideshare.net/jpetazzo/
• @bcantrill’s deck http://www.slideshare.net/bcantrill/docker-and-the-future-of-containers-in-production
• @vieux deck on Swarm
• @htchen deck on Mesos + Swarm
https://speakerdeck.com/tnachen/docker-swarm-plus-
mesos
Q&A

More Related Content

PPTX
Docker Devoxx UK - Never mind the bollocks here's the Linux Containers
PPTX
Cloud Foundry Summit 2015 - Cloud Foundry on Azure
PPTX
Docker Seattle Meetup April 2015 - The Docker Orchestration Ecosystem on Azure
PPTX
Docker Container As A Service - Mix-IT 2016
PPTX
Docker Platform and Ecosystem
PDF
Building Reusable Development Environments with Docker
PDF
NCA GTUG 2012 - Cloud is such stuff as dreams are made on
PPTX
Continous delivery at docker age
Docker Devoxx UK - Never mind the bollocks here's the Linux Containers
Cloud Foundry Summit 2015 - Cloud Foundry on Azure
Docker Seattle Meetup April 2015 - The Docker Orchestration Ecosystem on Azure
Docker Container As A Service - Mix-IT 2016
Docker Platform and Ecosystem
Building Reusable Development Environments with Docker
NCA GTUG 2012 - Cloud is such stuff as dreams are made on
Continous delivery at docker age

What's hot (20)

PDF
Docker on Google App Engine
PPTX
Docker Orchestration: Welcome to the Jungle! Devoxx & Docker Meetup Tour Nov ...
PPTX
Neo4J with Docker and Azure - GraphConnect 2015
PPTX
Docker Container As A Service - JAX 2016
PDF
Docker, the Future of DevOps
PPTX
Docker-Hanoi @DKT , Presentation about Docker Ecosystem
PPTX
Docker Platform and Ecosystem Nov 2015
PPTX
Docker Container As A Service - March 2016
PPTX
Docker New York Meetup May 2015 - The Docker Orchestration Ecosystem on Azure
PPTX
Docker 101 Checonf 2016
PDF
Docker for any type of workload and any IT Infrastructure
PPTX
Devoxx 2016 - Docker Nuts and Bolts
PDF
Docker worshop @Twitter - How to use your own private registry
PPTX
What's New in Docker - February 2017
PDF
Using Containers for Building and Testing: Docker, Kubernetes and Mesos. FOSD...
PPTX
Integration with Docker and .NET Core
PDF
Are VM Passé?
PPTX
Docker Bday #5, SF Edition: Introduction to Docker
PDF
Delivering Docker & K3s worloads to IoT Edge devices
PPTX
When Docker Engine 1.12 features unleashes software architecture
Docker on Google App Engine
Docker Orchestration: Welcome to the Jungle! Devoxx & Docker Meetup Tour Nov ...
Neo4J with Docker and Azure - GraphConnect 2015
Docker Container As A Service - JAX 2016
Docker, the Future of DevOps
Docker-Hanoi @DKT , Presentation about Docker Ecosystem
Docker Platform and Ecosystem Nov 2015
Docker Container As A Service - March 2016
Docker New York Meetup May 2015 - The Docker Orchestration Ecosystem on Azure
Docker 101 Checonf 2016
Docker for any type of workload and any IT Infrastructure
Devoxx 2016 - Docker Nuts and Bolts
Docker worshop @Twitter - How to use your own private registry
What's New in Docker - February 2017
Using Containers for Building and Testing: Docker, Kubernetes and Mesos. FOSD...
Integration with Docker and .NET Core
Are VM Passé?
Docker Bday #5, SF Edition: Introduction to Docker
Delivering Docker & K3s worloads to IoT Edge devices
When Docker Engine 1.12 features unleashes software architecture
Ad

Similar to Couchbase on Docker - Couchbase Connect 2015 (20)

PPTX
Docker Ecosystem on Azure
PPTX
Intro to Docker November 2013
PDF
Introduction to Docker at the Azure Meet-up in New York
PDF
Introduction to Docker and deployment and Azure
PPTX
OpenStack Boston
PPTX
Docker open stack boston
PDF
Docker and OpenStack Boston Meetup
PDF
Docker Introduction
PDF
Getting Started with Docker - Nick Stinemates
PPTX
Docker San Francisco Meetup April 2015 - The Docker Orchestration Ecosystem o...
PPTX
Docker Enterprise Workshop - Intro
PPTX
Devoxx France 2015 - The Docker Orchestration Ecosystem on Azure
PDF
A curtain-raiser to the container world Docker & Kubernetes
PDF
Containers and microservices for realists
PDF
Containers and Microservices for Realists
PPTX
Write Once and REALLY Run Anywhere | OpenStack Summit HK 2013
PDF
Why everyone is excited about Docker (and you should too...) - Carlo Bonamic...
PDF
codemotion-docker-2014
PPTX
OpenStack Summit
PPTX
Docker intro
Docker Ecosystem on Azure
Intro to Docker November 2013
Introduction to Docker at the Azure Meet-up in New York
Introduction to Docker and deployment and Azure
OpenStack Boston
Docker open stack boston
Docker and OpenStack Boston Meetup
Docker Introduction
Getting Started with Docker - Nick Stinemates
Docker San Francisco Meetup April 2015 - The Docker Orchestration Ecosystem o...
Docker Enterprise Workshop - Intro
Devoxx France 2015 - The Docker Orchestration Ecosystem on Azure
A curtain-raiser to the container world Docker & Kubernetes
Containers and microservices for realists
Containers and Microservices for Realists
Write Once and REALLY Run Anywhere | OpenStack Summit HK 2013
Why everyone is excited about Docker (and you should too...) - Carlo Bonamic...
codemotion-docker-2014
OpenStack Summit
Docker intro
Ad

More from Patrick Chanezon (20)

PPTX
KubeCon 2019 - Scaling your cluster (both ways)
PPTX
KubeCon China 2019 - Building Apps with Containers, Functions and Managed Ser...
PPTX
Dockercon 2019 Developing Apps with Containers, Functions and Cloud Services
PPTX
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
PPTX
Docker Enterprise Workshop - Technical
PPTX
The Tao of Docker - ITES 2018
PPTX
Moby KubeCon 2017
PPTX
Microsoft Techsummit Zurich Docker and Microsoft
PPTX
Develop and deploy Kubernetes applications with Docker - IBM Index 2018
PPTX
Docker Meetup Feb 2018 Develop and deploy Kubernetes Apps with Docker
PPTX
DockerCon EU 2017 Recap
PPTX
Docker Innovation Culture
PPTX
The Tao of Docker - Devfest Nantes 2017
PPTX
Docker 之道 Modernize Traditional Applications with 无为 Create New Cloud Native ...
PPTX
Moby Open Source Summit North America 2017
PPTX
Moby Introduction - June 2017
PPTX
Docker Cap Gemini CloudXperience 2017 - la revolution des conteneurs logiciels
PPTX
Weave User Group Talk - DockerCon 2017 Recap
PPTX
Oscon 2017: Build your own container-based system with the Moby project
PPTX
Containerd Donation to CNCF Cloud Native Conference Berlin 2017
KubeCon 2019 - Scaling your cluster (both ways)
KubeCon China 2019 - Building Apps with Containers, Functions and Managed Ser...
Dockercon 2019 Developing Apps with Containers, Functions and Cloud Services
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
Docker Enterprise Workshop - Technical
The Tao of Docker - ITES 2018
Moby KubeCon 2017
Microsoft Techsummit Zurich Docker and Microsoft
Develop and deploy Kubernetes applications with Docker - IBM Index 2018
Docker Meetup Feb 2018 Develop and deploy Kubernetes Apps with Docker
DockerCon EU 2017 Recap
Docker Innovation Culture
The Tao of Docker - Devfest Nantes 2017
Docker 之道 Modernize Traditional Applications with 无为 Create New Cloud Native ...
Moby Open Source Summit North America 2017
Moby Introduction - June 2017
Docker Cap Gemini CloudXperience 2017 - la revolution des conteneurs logiciels
Weave User Group Talk - DockerCon 2017 Recap
Oscon 2017: Build your own container-based system with the Moby project
Containerd Donation to CNCF Cloud Native Conference Berlin 2017

Recently uploaded (20)

PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
System and Network Administration Chapter 2
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PDF
medical staffing services at VALiNTRY
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
System and Network Administration Chapter 2
ManageIQ - Sprint 268 Review - Slide Deck
medical staffing services at VALiNTRY
Design an Analysis of Algorithms II-SECS-1021-03
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Which alternative to Crystal Reports is best for small or large businesses.pdf
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
VVF-Customer-Presentation2025-Ver1.9.pptx
Navsoft: AI-Powered Business Solutions & Custom Software Development
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Operating system designcfffgfgggggggvggggggggg
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
CHAPTER 2 - PM Management and IT Context
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
L1 - Introduction to python Backend.pptx
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx

Couchbase on Docker - Couchbase Connect 2015