SlideShare a Scribd company logo
nine internet solutions AG / docker for developers / David Dieulivol
Docker
for developers
nine internet solutions AG / docker for developers / David Dieulivol
David Dieulivol
Software engineer & niner since 2015
Lausanne, Vaud, CH
cat owner, dog person
nine internet solutions AG / docker for developers / David Dieulivol
nine internet solutions AG / docker for developers / David Dieulivol
The nine story
nine internet solutions AG / docker for developers / David Dieulivol
By developers, for developers
nine internet solutions AG / docker for developers / David Dieulivol
Concepts for second talk
nine internet solutions AG / docker for developers / David Dieulivol
1 - Containers & Docker
2 - From theory to practice
nine internet solutions AG / docker for developers / David Dieulivol
nine internet solutions AG / docker for developers / David Dieulivol
Nine, 2 years ago
nine internet solutions AG / docker for developers / David Dieulivol
nine internet solutions AG / docker for developers / David Dieulivol
25 services
nine internet solutions AG / docker for developers / David Dieulivol
Ceph
Elasticsearch
Mysql
OpenTSDB
Postgres
PowerDNS
RabbitMQ
Rails
Redis
Php…
nine internet solutions AG / docker for developers / David Dieulivol
Ceph
Elasticsearch
Mysql
OpenTSDB
Postgres
PowerDNS
RabbitMQ
Rails
Redis
Php…
nine internet solutions AG / docker for developers / David Dieulivol
In development?
nine internet solutions AG / docker for developers / David Dieulivol
8-10 terminals open
nine internet solutions AG / docker for developers / David Dieulivol
nine internet solutions AG / docker for developers / David Dieulivol
Our goal back then
• One command to launch Cockpit

• If possible, a fast one
nine internet solutions AG / docker for developers / David Dieulivol
nine internet solutions AG / docker for developers / David Dieulivol
Physical Machine
nine internet solutions AG / docker for developers / David Dieulivol
Virtual Machine
nine internet solutions AG / docker for developers / David Dieulivol
Container
nine internet solutions AG / docker for developers / David Dieulivol
VM vs Container
nine internet solutions AG / docker for developers / David Dieulivol
VM do hardware isolation
Container do process isolation
nine internet solutions AG / docker for developers / David Dieulivol
Mental model
Container = Lightweight VM
nine internet solutions AG / docker for developers / David Dieulivol
Anatomy of a container
by Jérome Petazzoni
nine internet solutions AG / docker for developers / David Dieulivol
TL;DR
Namespaces, cgroups, & filesystem magic
nine internet solutions AG / docker for developers / David Dieulivol
nine internet solutions AG / docker for developers / David Dieulivol
Software container for the masses
nine internet solutions AG / docker for developers / David Dieulivol
Complete Tool belt to work with
containers
nine internet solutions AG / docker for developers / David Dieulivol
nine internet solutions AG / docker for developers / David Dieulivol
nine internet solutions AG / docker for developers / David Dieulivol
1 - Docker image
nine internet solutions AG / docker for developers / David Dieulivol
• Snapshot of a container

• Usually created from a Dockerfile

• Read-only

• Stored in a registry
nine internet solutions AG / docker for developers / David Dieulivol
2 - Docker container
nine internet solutions AG / docker for developers / David Dieulivol
• Mental model: lightweight VM

• Under the hood: Docker Image
with a R/W layer on top of it

• Created with docker run <image>
nine internet solutions AG / docker for developers / David Dieulivol
3 - Dockerfile
nine internet solutions AG / docker for developers / David Dieulivol
• Command-line commands
to create a Docker image

• Used by docker build
nine internet solutions AG / docker for developers / David Dieulivol
4 - docker-compose
nine internet solutions AG / docker for developers / David Dieulivol
Container orchestration
nine internet solutions AG / docker for developers / David Dieulivol
nine internet solutions AG / docker for developers / David Dieulivol
nine internet solutions AG / docker for developers / David Dieulivol
• Getting closer to production setup
• Exactly the same environment for everybody

• Great for newcomers
Why use Docker in Development?
nine internet solutions AG / docker for developers / David Dieulivol
We can launch Cockpit (or any
other project for that matter) with
one command
Two years later…
nine internet solutions AG / docker for developers / David Dieulivol

More Related Content

PDF
Docker Deployments
PDF
Open design at large scale
PDF
Docker Barcelona Meetup - An Introduction to BuildKit
PDF
Arnaud Porterie - Using Machine & Docker to develop & build Docker
PPTX
Automating Deployments with Deployer - php[world] 2018
PPTX
Multi-cloud CI/CD with failover powered by K8s, Istio, Helm, and Codefresh
PDF
Kubernetes in docker for mac
PDF
Going Cloud Native
Docker Deployments
Open design at large scale
Docker Barcelona Meetup - An Introduction to BuildKit
Arnaud Porterie - Using Machine & Docker to develop & build Docker
Automating Deployments with Deployer - php[world] 2018
Multi-cloud CI/CD with failover powered by K8s, Istio, Helm, and Codefresh
Kubernetes in docker for mac
Going Cloud Native

What's hot (20)

PPTX
A local private PaaS in minutes with the Red Hat CDK
PPTX
Keynote Devops Days Amsterdam - Hacking IT, Culture over Code Bringing Devops...
PDF
OSDC 2019 | DevOps in a containerized world by Martin Alfke
PDF
Scalable Python with Docker, Kubernetes, OpenShift
PPTX
Using deploy in drupal 8
PDF
Architecting the Future: Abstractions and Metadata - GlueCon
PPT
Chris Swan at QCon 2014: Using Docker in Cloud Networks
PDF
Embracing Continuous Integration
PDF
Chaos Engineering Here We_Go
PPTX
Painless containerization in your very own private Cloud
KEY
Rapid Web Design Prototyping with HTML5 and WebKit
PPTX
2015 05-06-karsten gaebert-akademie-etrainings
PPTX
Open the Stack: How to easily plan and install your OpenStack deployment
PDF
Dockerized apps on Kubernetes
PPTX
Selenium Testing your Kubernetes Apps with Machine Learning and Testim
PPTX
20170321 docker with Visual Studio 2017
PDF
Accelerated compositing in WebKit: Now and in the future (DEVIEW 2015)
PDF
Criando pipelines de entrega contínua multilinguagem com Docker e Jenkins
PDF
Docker - modern platform for developement and operations
PDF
We Need to Talk: How Communication Helps Code
A local private PaaS in minutes with the Red Hat CDK
Keynote Devops Days Amsterdam - Hacking IT, Culture over Code Bringing Devops...
OSDC 2019 | DevOps in a containerized world by Martin Alfke
Scalable Python with Docker, Kubernetes, OpenShift
Using deploy in drupal 8
Architecting the Future: Abstractions and Metadata - GlueCon
Chris Swan at QCon 2014: Using Docker in Cloud Networks
Embracing Continuous Integration
Chaos Engineering Here We_Go
Painless containerization in your very own private Cloud
Rapid Web Design Prototyping with HTML5 and WebKit
2015 05-06-karsten gaebert-akademie-etrainings
Open the Stack: How to easily plan and install your OpenStack deployment
Dockerized apps on Kubernetes
Selenium Testing your Kubernetes Apps with Machine Learning and Testim
20170321 docker with Visual Studio 2017
Accelerated compositing in WebKit: Now and in the future (DEVIEW 2015)
Criando pipelines de entrega contínua multilinguagem com Docker e Jenkins
Docker - modern platform for developement and operations
We Need to Talk: How Communication Helps Code
Ad

Similar to Docker for Developers (20)

PDF
Containers without docker | DevNation Tech Talk
PDF
Introduction to Docker - VIT Campus
PDF
Introduction to Docker - Vellore Institute of Technology
PDF
Foundations for the perfect technology stream
PPTX
There's More to Docker than the Container: The Docker Platform - Kendrick Col...
PPTX
Docker Bday #5, SF Edition: Introduction to Docker
PDF
Nebulaworks Docker Overview 09-22-2015
PDF
Marco bizzantino Microsoft-Docker Meetup #4 Docker bday intro
PDF
FEI Bratislava 2017 - Docker
PDF
Introduction to Docker
PDF
DockerCon EU 2015: Day 1 General Session
PPTX
Containers and their Ecosystem: An Introduction to Containers - Kendrick Cole...
PDF
My Journey to Becoming a Docker Captain
PDF
Demystifying Docker
PPTX
Demystifying Docker101
PDF
Docker - What it is and how to get started?
PDF
Cicd.pdf
PDF
R meetup 20161011v2
PDF
Going Production with Docker and Swarm
PPTX
Dockerize it all
Containers without docker | DevNation Tech Talk
Introduction to Docker - VIT Campus
Introduction to Docker - Vellore Institute of Technology
Foundations for the perfect technology stream
There's More to Docker than the Container: The Docker Platform - Kendrick Col...
Docker Bday #5, SF Edition: Introduction to Docker
Nebulaworks Docker Overview 09-22-2015
Marco bizzantino Microsoft-Docker Meetup #4 Docker bday intro
FEI Bratislava 2017 - Docker
Introduction to Docker
DockerCon EU 2015: Day 1 General Session
Containers and their Ecosystem: An Introduction to Containers - Kendrick Cole...
My Journey to Becoming a Docker Captain
Demystifying Docker
Demystifying Docker101
Docker - What it is and how to get started?
Cicd.pdf
R meetup 20161011v2
Going Production with Docker and Swarm
Dockerize it all
Ad

More from nine (18)

PDF
Challenges behind the scenes of the large Swiss e-Commerce shop apfelkiste.ch...
PDF
Delivering real-time video globally at Internet scale - Stefan Birrer, Co-Fou...
PDF
How a titan empowers our cloud monitoring infrastructure
PDF
GitOps and security by Reto Bollinger, CSIO nine.ch
PDF
GCP Meetup #3 - Approaches to Cloud Native Architectures
PDF
Security In The Public Cloud
PDF
TechTalkThursday: Microservices
PDF
Automating OpenShift Deployments
PDF
Das Web im Geschwindigkeitsrausch
PDF
TechTalkThursday 29.06.2017: Wie verhält sich DDoS in der Realität?
PDF
TechTalkThursday 02.03.2017: Container-Orchestrierung mit OpenShift - Unser W...
PDF
TechTalkThursday 27.10.2016: Ceph im NVME Cluster
PDF
TechTalkThursday 27.10.2016: Redundante Linux Failover Cluster
PDF
TechTalkThursday 27.10.2016: upd89.org - Orchestrierung von Security-Updates ...
PDF
TechTalkThursday 14.04.2016: Load tests of web applications as a service
PDF
TechTalkThursday 14.04.2016: Service Oriented Architecture @nine.ch
PDF
TechTalkThursday 26.11.2015: Zentrales Metriken-System - ist der Flügelschlag...
PDF
TechTalkThursday 26.11.2015: Manage the minions - Docker Container mit Kubern...
Challenges behind the scenes of the large Swiss e-Commerce shop apfelkiste.ch...
Delivering real-time video globally at Internet scale - Stefan Birrer, Co-Fou...
How a titan empowers our cloud monitoring infrastructure
GitOps and security by Reto Bollinger, CSIO nine.ch
GCP Meetup #3 - Approaches to Cloud Native Architectures
Security In The Public Cloud
TechTalkThursday: Microservices
Automating OpenShift Deployments
Das Web im Geschwindigkeitsrausch
TechTalkThursday 29.06.2017: Wie verhält sich DDoS in der Realität?
TechTalkThursday 02.03.2017: Container-Orchestrierung mit OpenShift - Unser W...
TechTalkThursday 27.10.2016: Ceph im NVME Cluster
TechTalkThursday 27.10.2016: Redundante Linux Failover Cluster
TechTalkThursday 27.10.2016: upd89.org - Orchestrierung von Security-Updates ...
TechTalkThursday 14.04.2016: Load tests of web applications as a service
TechTalkThursday 14.04.2016: Service Oriented Architecture @nine.ch
TechTalkThursday 26.11.2015: Zentrales Metriken-System - ist der Flügelschlag...
TechTalkThursday 26.11.2015: Manage the minions - Docker Container mit Kubern...

Recently uploaded (20)

PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
top salesforce developer skills in 2025.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
System and Network Administration Chapter 2
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Digital Systems & Binary Numbers (comprehensive )
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PPTX
history of c programming in notes for students .pptx
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPT
Introduction Database Management System for Course Database
PPTX
ai tools demonstartion for schools and inter college
PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
L1 - Introduction to python Backend.pptx
PDF
Designing Intelligence for the Shop Floor.pdf
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Softaken Excel to vCard Converter Software.pdf
top salesforce developer skills in 2025.pdf
Understanding Forklifts - TECH EHS Solution
Which alternative to Crystal Reports is best for small or large businesses.pdf
Upgrade and Innovation Strategies for SAP ERP Customers
System and Network Administration Chapter 2
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Digital Systems & Binary Numbers (comprehensive )
VVF-Customer-Presentation2025-Ver1.9.pptx
history of c programming in notes for students .pptx
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Navsoft: AI-Powered Business Solutions & Custom Software Development
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Introduction Database Management System for Course Database
ai tools demonstartion for schools and inter college
CHAPTER 2 - PM Management and IT Context
L1 - Introduction to python Backend.pptx
Designing Intelligence for the Shop Floor.pdf

Docker for Developers