SlideShare a Scribd company logo
DOCKERIZE WORDPRESS
ON MAC/WINDOWS
WordCamp Kansai 2016
WordPress core contributor
Ruby on Rails contributor
Wocker developer
Bathe developer
Frasco developer
Web & graphic designer
Programmer
Kite
KITERETZ inc. CEO & Funder
kite.koga ixkaito ixkaito
HOW MANY PEOPLE
KNOW DOCKER?
HOW MANY PEOPLE
HAVE USED DOCKER?
WHAT IS DOCKER?
PACKAGE YOUR APPLICATION INTO A
STANDARDIZED UNIT FOR SOFTWARE
DEVELOPMENT
Docker containers wrap a piece of software in a complete filesystem
that contains everything needed to run: code, runtime, system tools,
system libraries – anything that can be installed on a server. This
guarantees that the software will always run the same, regardless of its
environment.
- Lightweight

- Open

- Secure by default
ADVANTAGES OF DOCKER
COMPARING
CONTAINERS AND
VIRTUAL MACHINES
VIRTUAL MACHINES
Virtual machines include the
application, the necessary
binaries and libraries, and an
entire guest operating system --
all of which can amount to tens 

of GBs.
DOCKER (CONTAINERS)
Containers include the application
and all of its dependencies --but
share the kernel with other
containers, running as isolated
processes in user space on the
host operating system. Docker
containers are not tied to any
specific infrastructure: they run on
any computer, on any
infrastructure, and in any cloud.
VIRTUAL MACHINES DOCKER (CONTAINERS)
HOW TO USE DOCKER
ON MAC/WINDOWS?
1. VIRTUALBOX + VAGRANT
Boot2Docker RancherOS Barge OS
Version 1.11.2 0.4.5 2.1.5
Size 35 MB 31 MB 13 MB
Kernel 4.4.12 4.2.8 4.4.14
User Land Tiny Core Linux v7.1 Buildroot(glibc) + BusyBox v1.24.1 Buildroot(glibc) + BusyBox v1.24.2
Docker 1.11.2 1.10.3 1.9.1~
Storage Driver aufs, etc. overlay, etc. overlay
TLS ✓ ✓ ✓
Vagrant box (Third party) 0.4.1 ~ 0.4.3 ✓
VirtualBox SF 5.0.20 - 5.0.24
NFS Mount (Third party) (rsync) ✓
xhyve ✓ ✓ ✓
Boot Time ~ 15s ~ 15s 5s ~ 10s
LIGHTWEIGHT DOCKER HOSTS FOR VAGRANT
https://gist.github.com/ailispaw/da3ea53c1f42569770e0
2. DOCKER TOOLBOX
WHAT’S IN THE TOOLBOX
- Docker Engine

- Docker Compose

- Docker Machine

- Kitematic
KITEMATIC
- Docker GUI

- Fast and Easy Setup

- Docker Hub Integration

- Seamless Experience Between
CLI and GUI
3. DOCKER FOR MAC/WINDOWS
WHAT’S IN DOCKER FOR MAC/WINDOWS
- Docker Engine

- Docker CLI Client

- Docker Compose

- Docker Machine
HOW TO DOCKERIZE
WORDPRESS?
For development only (without Docker Compose)
DOCKERFILE, DOCKER IMAGE,
AND DOCKER CONTAINER
- Write Dockerfiles

- Build Docker images from Dockerfiles

- Run Docker containers from Docker images
WHAT DO WE NEED IN DOCKER IMAGES
- Web server

- PHP

- MySQL

- WordPress Core

- WP-CLI (recommended)
BEST PRACTICES FOR WRITING DOCKERFILES
- Containers should be ephemeral

- Use a .dockerignore file

- Avoid installing unnecessary packages

- Run only one process per container

- Minimize the number of layers

- Sort multi-line arguments

- Build cache
FROM A DOCKERFILE
https://github.com/wckr/wordpress-dockerfile
$ docker build https://github.com/wckr/wordpress-dockerfile.git
FROM DOCKER HUB
DOCKER HUB
Docker Hub is a cloud hosted
service from Docker that provides
registry capabilities for public and
private content.
USING DOCKER CLI
$ docker pull wocker/wordpress
FROM KITEMATIC
THANK YOU!

More Related Content

What's hot (20)

PPTX
Gestión de la configuración - Jenkins ci
Carles San Agustin
 
PPTX
Bringing Javascript to the Desktop with Electron
Nir Noy
 
PDF
Greach - The Groovy Ecosystem
Andres Almiray
 
PDF
Deployment tales
Amoniac OÜ
 
PDF
Deployment tales
Aleksandr Simonov
 
ODP
DIY Java & Kubernetes
Pance Cavkovski
 
PDF
Gr8conf - The Groovy Ecosystem Revisited
Andres Almiray
 
PDF
Vagrant - Team Development made easy
Marco Silva
 
PDF
Introduction to GitHub Actions
Bo-Yi Wu
 
PDF
Plone and docker
Alin Voinea
 
PPTX
How to Build & Deploy a HelloWorld API function using Java on OpenShift in...
Jan Vosecky
 
PDF
Puppet at GitHub
Puppet
 
PDF
Docker and plone
Alin Voinea
 
PPTX
Bower - A package manager for the web
Larry Nung
 
PDF
Creating Custom Slack Integrations with Vapor
🔴 Keli'i Martin
 
PDF
Introduction to Express and Grunt
Peter deHaan
 
PPTX
GitFlow, SourceTree and GitLab
Shinu Suresh
 
PDF
ブログ執筆を支える技術
kazuki morita
 
PDF
Cocoa pods
CocoaHeads France
 
PDF
Openstack Vagrant plugin overview
Marton Kiss
 
Gestión de la configuración - Jenkins ci
Carles San Agustin
 
Bringing Javascript to the Desktop with Electron
Nir Noy
 
Greach - The Groovy Ecosystem
Andres Almiray
 
Deployment tales
Amoniac OÜ
 
Deployment tales
Aleksandr Simonov
 
DIY Java & Kubernetes
Pance Cavkovski
 
Gr8conf - The Groovy Ecosystem Revisited
Andres Almiray
 
Vagrant - Team Development made easy
Marco Silva
 
Introduction to GitHub Actions
Bo-Yi Wu
 
Plone and docker
Alin Voinea
 
How to Build & Deploy a HelloWorld API function using Java on OpenShift in...
Jan Vosecky
 
Puppet at GitHub
Puppet
 
Docker and plone
Alin Voinea
 
Bower - A package manager for the web
Larry Nung
 
Creating Custom Slack Integrations with Vapor
🔴 Keli'i Martin
 
Introduction to Express and Grunt
Peter deHaan
 
GitFlow, SourceTree and GitLab
Shinu Suresh
 
ブログ執筆を支える技術
kazuki morita
 
Cocoa pods
CocoaHeads France
 
Openstack Vagrant plugin overview
Marton Kiss
 

Viewers also liked (20)

PDF
I tried to dockerize my app but I had to PaaS
Jorge Morales
 
PDF
Dockerize it! @ Codemotion 2016 in Rome
Alessandro Nadalin
 
PDF
Dockerize Our Development Machine
Panji Gautama
 
PDF
Dockerize everything TopConf Tallinn
Thomas Einwaller
 
PPTX
Mule soft esb – data validation best practices
alfa
 
PDF
Dockerized tests with dockerized jenkins
Fernando Valverde
 
PPTX
2016 WordCamp Pittsburgh - Let's Write a Plugin
Brian Layman
 
PDF
Cómo sacar el máximo provecho de tu proveedor de hosting
Jose Ramón Padrón García
 
PDF
Projektowanie i rozwój struktury serwisu z perspektywy SEO i UX
Szymon Słowik
 
PDF
WordCamp Orange County 2016
Gregory Taylor
 
PDF
Чем может быть полезен стек ELK
sysmonk
 
PDF
Как опубликовать свою тему в директорию WordPress
Dmitry Mayorov
 
PDF
Integration Testing with Docker Containers with DockerCompose
Mike Holdsworth
 
PDF
Learning by Doing: 10 Lessons in Pushing your WordPress Development Skills
Sarah Moyer
 
PDF
How to Dockerize Web Application using Docker Compose
Evoke Technologies
 
PPTX
Dockerize it all
Puneet Behl
 
PDF
DEPLOYING A DOCKERIZED DISTRIBUTED APPLICATION IN MESOS
Julia Mateo
 
PDF
VVV. Сервер для WordPress-разработчика
Kolya Korobochkin
 
PDF
WordCamp Denmark 2016: How to get (more) involved with WordPress
Rocío Valdivia
 
PPTX
SDLC Using Docker for Fun and Profit
dantheelder
 
I tried to dockerize my app but I had to PaaS
Jorge Morales
 
Dockerize it! @ Codemotion 2016 in Rome
Alessandro Nadalin
 
Dockerize Our Development Machine
Panji Gautama
 
Dockerize everything TopConf Tallinn
Thomas Einwaller
 
Mule soft esb – data validation best practices
alfa
 
Dockerized tests with dockerized jenkins
Fernando Valverde
 
2016 WordCamp Pittsburgh - Let's Write a Plugin
Brian Layman
 
Cómo sacar el máximo provecho de tu proveedor de hosting
Jose Ramón Padrón García
 
Projektowanie i rozwój struktury serwisu z perspektywy SEO i UX
Szymon Słowik
 
WordCamp Orange County 2016
Gregory Taylor
 
Чем может быть полезен стек ELK
sysmonk
 
Как опубликовать свою тему в директорию WordPress
Dmitry Mayorov
 
Integration Testing with Docker Containers with DockerCompose
Mike Holdsworth
 
Learning by Doing: 10 Lessons in Pushing your WordPress Development Skills
Sarah Moyer
 
How to Dockerize Web Application using Docker Compose
Evoke Technologies
 
Dockerize it all
Puneet Behl
 
DEPLOYING A DOCKERIZED DISTRIBUTED APPLICATION IN MESOS
Julia Mateo
 
VVV. Сервер для WordPress-разработчика
Kolya Korobochkin
 
WordCamp Denmark 2016: How to get (more) involved with WordPress
Rocío Valdivia
 
SDLC Using Docker for Fun and Profit
dantheelder
 
Ad

Similar to Dockerize WordPress on Mac/Windows (20)

PDF
Agile Brown Bag - Vagrant & Docker: Introduction
Agile Partner S.A.
 
PDF
Containerizing Web Application with Docker
msyukor
 
PDF
The Docker Ecosystem
Dmitry Skaredov
 
PDF
Docker how to
Patryk Omiotek
 
PPTX
Docker for .NET Developers
Taswar Bhatti
 
PPTX
Docker
Narato
 
PDF
Docker: A New Way to Turbocharging Your Apps Development
msyukor
 
PPTX
Webapp using docker container
SebyAmin
 
PPTX
Docker Ecosystem on Azure
Patrick Chanezon
 
PDF
Docker Dhahran Nov 2016 meetup
Walid Shaari
 
PDF
presentation @ docker meetup
Daniël van Gils
 
PDF
Docker fundamentals
Alper Unal
 
PPTX
Accelerate your development with Docker
Andrey Hristov
 
PDF
Accelerate your software development with Docker
Andrey Hristov
 
PDF
Introduction to Docker
JWORKS powered by Ordina
 
PPTX
Docker for .NET Developers
Quan Truong Anh
 
PPTX
Docker for .net developer
Tung Nguyen Thanh
 
PPT
Docker_tech_guild ppt.ppt technical guild
AkshayaM79
 
PPTX
Los contenedores en el mundo Microsoft #ReConnect2016
Roberto Sanz Ciriano
 
PPTX
Docker In Brief
Ritu Kamthan
 
Agile Brown Bag - Vagrant & Docker: Introduction
Agile Partner S.A.
 
Containerizing Web Application with Docker
msyukor
 
The Docker Ecosystem
Dmitry Skaredov
 
Docker how to
Patryk Omiotek
 
Docker for .NET Developers
Taswar Bhatti
 
Docker
Narato
 
Docker: A New Way to Turbocharging Your Apps Development
msyukor
 
Webapp using docker container
SebyAmin
 
Docker Ecosystem on Azure
Patrick Chanezon
 
Docker Dhahran Nov 2016 meetup
Walid Shaari
 
presentation @ docker meetup
Daniël van Gils
 
Docker fundamentals
Alper Unal
 
Accelerate your development with Docker
Andrey Hristov
 
Accelerate your software development with Docker
Andrey Hristov
 
Introduction to Docker
JWORKS powered by Ordina
 
Docker for .NET Developers
Quan Truong Anh
 
Docker for .net developer
Tung Nguyen Thanh
 
Docker_tech_guild ppt.ppt technical guild
AkshayaM79
 
Los contenedores en el mundo Microsoft #ReConnect2016
Roberto Sanz Ciriano
 
Docker In Brief
Ritu Kamthan
 
Ad

More from Kite Koga (15)

PDF
正解のないデザインについて、それでも正解について考えてみる - Think of the answer of Design -
Kite Koga
 
PDF
海外の WordCamp に登壇してきました
Kite Koga
 
PDF
量子コンピュータと量子暗号 Quantum Computer & Quantum Cryptography
Kite Koga
 
PDF
Wocker: Create a WordPress Development Environment in Seconds
Kite Koga
 
PDF
WordPress の今とこれから ー CMS大阪夏祭り2015 ー
Kite Koga
 
PDF
Gulp WordPress @Grand-Frontend-Osaka 2015 Summer
Kite Koga
 
PDF
WordCamp Kansai 2015
Kite Koga
 
PDF
Wocker & WordCamp Kansai 2015
Kite Koga
 
PDF
Wocker 秒速で WordPress 開発環境を構築する
Kite Koga
 
PDF
Introduction of Umania
Kite Koga
 
PDF
Vagrant-concrete5
Kite Koga
 
PDF
Webデザイナーが身に付けておきたい定番スキル ー WordPress 初級・導入編 ー
Kite Koga
 
PDF
Launch a Web Service in 3 Days Using WordPress
Kite Koga
 
PDF
WordBech Osaka No.28
Kite Koga
 
PDF
Web デザイナーが身に付けておきたい定番スキル ーPHP 初級編ー
Kite Koga
 
正解のないデザインについて、それでも正解について考えてみる - Think of the answer of Design -
Kite Koga
 
海外の WordCamp に登壇してきました
Kite Koga
 
量子コンピュータと量子暗号 Quantum Computer & Quantum Cryptography
Kite Koga
 
Wocker: Create a WordPress Development Environment in Seconds
Kite Koga
 
WordPress の今とこれから ー CMS大阪夏祭り2015 ー
Kite Koga
 
Gulp WordPress @Grand-Frontend-Osaka 2015 Summer
Kite Koga
 
WordCamp Kansai 2015
Kite Koga
 
Wocker & WordCamp Kansai 2015
Kite Koga
 
Wocker 秒速で WordPress 開発環境を構築する
Kite Koga
 
Introduction of Umania
Kite Koga
 
Vagrant-concrete5
Kite Koga
 
Webデザイナーが身に付けておきたい定番スキル ー WordPress 初級・導入編 ー
Kite Koga
 
Launch a Web Service in 3 Days Using WordPress
Kite Koga
 
WordBech Osaka No.28
Kite Koga
 
Web デザイナーが身に付けておきたい定番スキル ーPHP 初級編ー
Kite Koga
 

Recently uploaded (20)

PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 

Dockerize WordPress on Mac/Windows