SlideShare a Scribd company logo
Docker Compose
Docker configuration for the Real World
Docker Compose
● Remembering complex strings of Docker configuration is challenging.
● Docker Compose gives us the ability to easily store configuration for multi-
container solutions.
● Store connections, networks, volume and port configurations.
A tool for defining and running
multi-container applications
A Brief History of
Docker
Compose
A (very) Brief History of Docker Compose
● Started life as a separate project
● Docker acquired Orchard in 2014, who made initial Docker Compose under
name, Fig.
● Docker adds to Docker for Mac (2016).
● Integral part of the overall docker toolset
● Docker Compose v3; made easier for managing Swarm
● Kompose (tool for turning Docker Compose to Kubernetes config)
How it works
● Written in YML
● Uses similar terms to Docker on command line
● Run using $ docker-compose [something]
$ docker-compose
Commands everywhere
You will need
● The code from here: https://github.com/willhallonline/docker-compose-
workshop
● A Docker ID (so you can use https://labs.play-with-docker.com)
● Each part links to a directory
Our Demo
Stacks
● Application
● LEMP Stack
● DockProm Stack
● Built Stack
● Built Swarm
● More… and more...
$ docker-compose.1.yml
Go Drupal!
$ docker-compose.1.yml
Go Drupal!
Application (run the same on command line)
$ docker-compose -f docker-compose.1.yml up
$ docker run -p 8001:80 drupal:latest
$ docker-compose.2.yml
LEMP Stack
$ docker-compose.3.yml
DockProm Stack
$ docker-compose.4.yml
Build with Compose
$ docker-compose.5.yml
Linked build with Compose
$ docker-compose.6.yml
Swarm Deploy
Swarm Deploy
You NEED a registry to share service between nodes:
$ docker service create --name registry --publish
published=5000,target=5000 registry:2
Build your service, push your service to registry:
$ docker-compose build && docker compose push
Deploy the stack to Docker Swarm:
$ docker stack deploy stackdemo
Choose your own adventure...
Want to know more?
How about these?
1. Developer Tools with Docker
2. Building, Storing and Distributing Your Containers
Connect with me
@hn_will
www.linkedin.com/in/willhallonline
www.willhallonline.co.ukWill Hall
Digital Architect

More Related Content

What's hot (20)

PDF
Build & Deploy Multi-Container Applications to AWS
Docker, Inc.
 
PDF
GDG Lima - Docker Compose
Mario IC
 
PPTX
Containers #101 : Docker ONBUILD triggers and Introduction to Docker Compose
Raziel Tabib (Join our team)
 
PPTX
Intro to docker
Towfiqul Islam
 
PDF
Docker Fundamentals
Mien Dinh
 
PPTX
Docker session IV: Docker Compose and Docker Swarm
Degendra Sivakoti
 
PPTX
Docker Global Hack Day #3
Docker, Inc.
 
PDF
Docker
SangtongPeesing
 
PPTX
Docker intro
Oleg Z
 
PPTX
Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners | De...
Simplilearn
 
PDF
Rapid Development With Docker Compose
Justin Crown
 
PDF
Docker for developers
Anvay Patil
 
PDF
Docker Intro
Arnon Rotem-Gal-Oz
 
PPTX
Docker
Hussien Elhannan
 
PDF
From Docker Run To Docker Compose
Fitra Aditya
 
PPTX
Introduction to docker and oci
Romain Schlick
 
PDF
Docker quick start
Lalatendu Mohanty
 
PPTX
Introduction to Docker - What is it and how is it compared to VM's
Jeremy Haas
 
PDF
Making kubernetes simple for developers
Suraj Deshmukh
 
PDF
Intro To Docker
Jessica Lucci
 
Build & Deploy Multi-Container Applications to AWS
Docker, Inc.
 
GDG Lima - Docker Compose
Mario IC
 
Containers #101 : Docker ONBUILD triggers and Introduction to Docker Compose
Raziel Tabib (Join our team)
 
Intro to docker
Towfiqul Islam
 
Docker Fundamentals
Mien Dinh
 
Docker session IV: Docker Compose and Docker Swarm
Degendra Sivakoti
 
Docker Global Hack Day #3
Docker, Inc.
 
Docker intro
Oleg Z
 
Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners | De...
Simplilearn
 
Rapid Development With Docker Compose
Justin Crown
 
Docker for developers
Anvay Patil
 
Docker Intro
Arnon Rotem-Gal-Oz
 
From Docker Run To Docker Compose
Fitra Aditya
 
Introduction to docker and oci
Romain Schlick
 
Docker quick start
Lalatendu Mohanty
 
Introduction to Docker - What is it and how is it compared to VM's
Jeremy Haas
 
Making kubernetes simple for developers
Suraj Deshmukh
 
Intro To Docker
Jessica Lucci
 

Similar to Docker Compose: Docker Configuration for the Real World (20)

PPTX
From Docker to Production - ZendCon 2016
Chris Tankersley
 
PPTX
Academy PRO: Docker. Lecture 3
Binary Studio
 
PDF
Docker for developers on mac and windows
Docker, Inc.
 
PDF
Docker, but what it is?
Julien Maitrehenry
 
PDF
Docker - Frank Maounis
Frank Maounis
 
PPTX
Docker for dev
Yusuf Found
 
PDF
Docker compose workshop
Matthias Noback
 
PPTX
Using Docker to boost your development experience with Drupal
dockerizedrupal
 
PDF
Introduction of Docker and Docker Compose
Dr. Ketan Parmar
 
PPTX
Docker for the new Era: Introducing Docker,its components and tools
Ramit Surana
 
PPTX
Тарас Кирилюк — Docker basics. How-to for Drupal developers
LEDC 2016
 
PPTX
Docker
Narato
 
PPTX
Docker and stuff
Varun Sharma
 
PDF
Learning Docker with Thomas
Thomas Tong, FRM, PMP
 
PPTX
Introduction to Docker Compose
Prabhas Gupte
 
PDF
Docker Online Meetup #3: Docker in Production
Docker, Inc.
 
PDF
Before & After Docker Init
Angel Borroy López
 
PPTX
Dockerizing a Symfony2 application
Roman Rodomansky
 
PDF
Orchestrating Docker - Making the Whale Dance
James Turnbull
 
PPTX
Docker, Docker Compose and Docker Swarm
Carlos E. Salazar
 
From Docker to Production - ZendCon 2016
Chris Tankersley
 
Academy PRO: Docker. Lecture 3
Binary Studio
 
Docker for developers on mac and windows
Docker, Inc.
 
Docker, but what it is?
Julien Maitrehenry
 
Docker - Frank Maounis
Frank Maounis
 
Docker for dev
Yusuf Found
 
Docker compose workshop
Matthias Noback
 
Using Docker to boost your development experience with Drupal
dockerizedrupal
 
Introduction of Docker and Docker Compose
Dr. Ketan Parmar
 
Docker for the new Era: Introducing Docker,its components and tools
Ramit Surana
 
Тарас Кирилюк — Docker basics. How-to for Drupal developers
LEDC 2016
 
Docker
Narato
 
Docker and stuff
Varun Sharma
 
Learning Docker with Thomas
Thomas Tong, FRM, PMP
 
Introduction to Docker Compose
Prabhas Gupte
 
Docker Online Meetup #3: Docker in Production
Docker, Inc.
 
Before & After Docker Init
Angel Borroy López
 
Dockerizing a Symfony2 application
Roman Rodomansky
 
Orchestrating Docker - Making the Whale Dance
James Turnbull
 
Docker, Docker Compose and Docker Swarm
Carlos E. Salazar
 
Ad

More from Will Hall (16)

PPTX
Accelerating Infrastructure as Code with CI in AWS.
Will Hall
 
PPTX
GitLab, AWS and Terraform: The Perfect Combination
Will Hall
 
PPTX
Front Page of Hacker News with GitLab Pages
Will Hall
 
PPTX
Solving IoT Hardware Issues With Docker
Will Hall
 
PPTX
Container Orchestration with Docker Swarm and Kubernetes
Will Hall
 
PPTX
DevSecOps and Drupal: Securing your applications in a modern IT landscape
Will Hall
 
PPTX
Docker Command Line, Using and Choosing containers
Will Hall
 
PPTX
DockerCon Copenhagen,What Happened?!
Will Hall
 
PPTX
Docker DevTools: Docker as part of your development toolset
Will Hall
 
ODP
Wordpress Up and Running
Will Hall
 
ODP
Rules for Fools: The Rules Module
Will Hall
 
ODP
Things i wish i knew about drupal commerce
Will Hall
 
PDF
Upgrading migration and moving house
Will Hall
 
ODP
Drupal 7 migration
Will Hall
 
ODP
Open Source Content Management Systems for Small and Medium Businesses, Chari...
Will Hall
 
ODP
Migration to Drupal
Will Hall
 
Accelerating Infrastructure as Code with CI in AWS.
Will Hall
 
GitLab, AWS and Terraform: The Perfect Combination
Will Hall
 
Front Page of Hacker News with GitLab Pages
Will Hall
 
Solving IoT Hardware Issues With Docker
Will Hall
 
Container Orchestration with Docker Swarm and Kubernetes
Will Hall
 
DevSecOps and Drupal: Securing your applications in a modern IT landscape
Will Hall
 
Docker Command Line, Using and Choosing containers
Will Hall
 
DockerCon Copenhagen,What Happened?!
Will Hall
 
Docker DevTools: Docker as part of your development toolset
Will Hall
 
Wordpress Up and Running
Will Hall
 
Rules for Fools: The Rules Module
Will Hall
 
Things i wish i knew about drupal commerce
Will Hall
 
Upgrading migration and moving house
Will Hall
 
Drupal 7 migration
Will Hall
 
Open Source Content Management Systems for Small and Medium Businesses, Chari...
Will Hall
 
Migration to Drupal
Will Hall
 
Ad

Recently uploaded (20)

PDF
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
PPTX
Platform for Enterprise Solution - Java EE5
abhishekoza1981
 
PPTX
Engineering the Java Web Application (MVC)
abhishekoza1981
 
PDF
Streamline Contractor Lifecycle- TECH EHS Solution
TECH EHS Solution
 
PPTX
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
PPTX
3uTools Full Crack Free Version Download [Latest] 2025
muhammadgurbazkhan
 
PPTX
Equipment Management Software BIS Safety UK.pptx
BIS Safety Software
 
PDF
Mobile CMMS Solutions Empowering the Frontline Workforce
CryotosCMMSSoftware
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PDF
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PPT
MergeSortfbsjbjsfk sdfik k
RafishaikIT02044
 
PPTX
Comprehensive Guide: Shoviv Exchange to Office 365 Migration Tool 2025
Shoviv Software
 
PDF
Executive Business Intelligence Dashboards
vandeslie24
 
PDF
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
PDF
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pdf
Varsha Nayak
 
PDF
Revenue streams of the Wazirx clone script.pdf
aaronjeffray
 
PPTX
A Complete Guide to Salesforce SMS Integrations Build Scalable Messaging With...
360 SMS APP
 
PDF
Efficient, Automated Claims Processing Software for Insurers
Insurance Tech Services
 
PDF
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
Platform for Enterprise Solution - Java EE5
abhishekoza1981
 
Engineering the Java Web Application (MVC)
abhishekoza1981
 
Streamline Contractor Lifecycle- TECH EHS Solution
TECH EHS Solution
 
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
3uTools Full Crack Free Version Download [Latest] 2025
muhammadgurbazkhan
 
Equipment Management Software BIS Safety UK.pptx
BIS Safety Software
 
Mobile CMMS Solutions Empowering the Frontline Workforce
CryotosCMMSSoftware
 
Tally software_Introduction_Presentation
AditiBansal54083
 
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
MergeSortfbsjbjsfk sdfik k
RafishaikIT02044
 
Comprehensive Guide: Shoviv Exchange to Office 365 Migration Tool 2025
Shoviv Software
 
Executive Business Intelligence Dashboards
vandeslie24
 
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pdf
Varsha Nayak
 
Revenue streams of the Wazirx clone script.pdf
aaronjeffray
 
A Complete Guide to Salesforce SMS Integrations Build Scalable Messaging With...
360 SMS APP
 
Efficient, Automated Claims Processing Software for Insurers
Insurance Tech Services
 
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 

Docker Compose: Docker Configuration for the Real World