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

PDF
Introduction to Docker Compose
PDF
Docker compose and swarm
PDF
Introduction to Docker Compose | Docker Intermediate Workshop
PPTX
docker compose
PDF
Introduction to docker and docker compose
PDF
Docker Compose by Aanand Prasad
PDF
Docker compose
PDF
Adventures in docker compose
Introduction to Docker Compose
Docker compose and swarm
Introduction to Docker Compose | Docker Intermediate Workshop
docker compose
Introduction to docker and docker compose
Docker Compose by Aanand Prasad
Docker compose
Adventures in docker compose

What's hot (20)

PDF
Build & Deploy Multi-Container Applications to AWS
PDF
GDG Lima - Docker Compose
PPTX
Containers #101 : Docker ONBUILD triggers and Introduction to Docker Compose
PPTX
Intro to docker
PDF
Docker Fundamentals
PPTX
Docker session IV: Docker Compose and Docker Swarm
PPTX
Docker Global Hack Day #3
PDF
PPTX
Docker intro
PPTX
Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners | De...
PDF
Rapid Development With Docker Compose
PDF
Docker for developers
PDF
Docker Intro
PPTX
PDF
From Docker Run To Docker Compose
PPTX
Introduction to docker and oci
PDF
Docker quick start
PPTX
Introduction to Docker - What is it and how is it compared to VM's
PDF
Making kubernetes simple for developers
PDF
Intro To Docker
Build & Deploy Multi-Container Applications to AWS
GDG Lima - Docker Compose
Containers #101 : Docker ONBUILD triggers and Introduction to Docker Compose
Intro to docker
Docker Fundamentals
Docker session IV: Docker Compose and Docker Swarm
Docker Global Hack Day #3
Docker intro
Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners | De...
Rapid Development With Docker Compose
Docker for developers
Docker Intro
From Docker Run To Docker Compose
Introduction to docker and oci
Docker quick start
Introduction to Docker - What is it and how is it compared to VM's
Making kubernetes simple for developers
Intro To Docker

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

PPTX
From Docker to Production - ZendCon 2016
PPTX
Academy PRO: Docker. Lecture 3
PDF
Docker for developers on mac and windows
PDF
Docker, but what it is?
PDF
Docker - Frank Maounis
PPTX
Docker for dev
PDF
Docker compose workshop
PPTX
Using Docker to boost your development experience with Drupal
PDF
Introduction of Docker and Docker Compose
PPTX
Docker for the new Era: Introducing Docker,its components and tools
PPTX
Тарас Кирилюк — Docker basics. How-to for Drupal developers
PPTX
Docker
PPTX
Docker and stuff
PDF
Learning Docker with Thomas
PPTX
Introduction to Docker Compose
PDF
Docker Online Meetup #3: Docker in Production
PDF
Before & After Docker Init
PPTX
Dockerizing a Symfony2 application
PDF
Orchestrating Docker - Making the Whale Dance
PPTX
Docker, Docker Compose and Docker Swarm
From Docker to Production - ZendCon 2016
Academy PRO: Docker. Lecture 3
Docker for developers on mac and windows
Docker, but what it is?
Docker - Frank Maounis
Docker for dev
Docker compose workshop
Using Docker to boost your development experience with Drupal
Introduction of Docker and Docker Compose
Docker for the new Era: Introducing Docker,its components and tools
Тарас Кирилюк — Docker basics. How-to for Drupal developers
Docker
Docker and stuff
Learning Docker with Thomas
Introduction to Docker Compose
Docker Online Meetup #3: Docker in Production
Before & After Docker Init
Dockerizing a Symfony2 application
Orchestrating Docker - Making the Whale Dance
Docker, Docker Compose and Docker Swarm

More from Will Hall (16)

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

Recently uploaded (20)

PPTX
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
PPTX
Bandicam Screen Recorder 8.2.1 Build 2529 Crack
PPTX
Human Computer Interaction lecture Chapter 2.pptx
PPTX
Chapter_05_System Modeling for software engineering
PDF
Ragic Data Security Overview: Certifications, Compliance, and Network Safegua...
PPTX
Folder Lock 10.1.9 Crack With Serial Key
PPTX
Presentation - Summer Internship at Samatrix.io_template_2.pptx
PDF
Top AI Tools for Project Managers: My 2025 AI Stack
PPTX
FLIGHT TICKET API | API INTEGRATION PLATFORM
PPTX
Greedy best-first search algorithm always selects the path which appears best...
PDF
What Makes a Great Data Visualization Consulting Service.pdf
PDF
How to Set Realistic Project Milestones and Deadlines
PPTX
Foundations of Marketo Engage: Nurturing
PPTX
Swiggy API Scraping A Comprehensive Guide on Data Sets and Applications.pptx
PDF
Building an Inclusive Web Accessibility Made Simple with Accessibility Analyzer
PDF
Top 10 Project Management Software for Small Teams in 2025.pdf
PPTX
ROI from Efficient Content & Campaign Management in the Digital Media Industry
PPT
3.Software Design for software engineering
PPTX
Comprehensive Guide to Digital Image Processing Concepts and Applications
PDF
Understanding the Need for Systemic Change in Open Source Through Intersectio...
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
Bandicam Screen Recorder 8.2.1 Build 2529 Crack
Human Computer Interaction lecture Chapter 2.pptx
Chapter_05_System Modeling for software engineering
Ragic Data Security Overview: Certifications, Compliance, and Network Safegua...
Folder Lock 10.1.9 Crack With Serial Key
Presentation - Summer Internship at Samatrix.io_template_2.pptx
Top AI Tools for Project Managers: My 2025 AI Stack
FLIGHT TICKET API | API INTEGRATION PLATFORM
Greedy best-first search algorithm always selects the path which appears best...
What Makes a Great Data Visualization Consulting Service.pdf
How to Set Realistic Project Milestones and Deadlines
Foundations of Marketo Engage: Nurturing
Swiggy API Scraping A Comprehensive Guide on Data Sets and Applications.pptx
Building an Inclusive Web Accessibility Made Simple with Accessibility Analyzer
Top 10 Project Management Software for Small Teams in 2025.pdf
ROI from Efficient Content & Campaign Management in the Digital Media Industry
3.Software Design for software engineering
Comprehensive Guide to Digital Image Processing Concepts and Applications
Understanding the Need for Systemic Change in Open Source Through Intersectio...

Docker Compose: Docker Configuration for the Real World