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

PDF
Frasco: Jekyll Starter Project
KEY
Open Web Device: The first phone running Firefox OS!
PDF
VCCW - Vagrant based WordPress development environment
PDF
Wocker @WordBench Osaka No.41
PDF
@arzumy Dev Setup #klxrb
PDF
OpenStack Swift on virtualbox
PPTX
Getting Started with Pelican
PDF
node-webkit : Make a magic from your a desktop app to desktop app!
Frasco: Jekyll Starter Project
Open Web Device: The first phone running Firefox OS!
VCCW - Vagrant based WordPress development environment
Wocker @WordBench Osaka No.41
@arzumy Dev Setup #klxrb
OpenStack Swift on virtualbox
Getting Started with Pelican
node-webkit : Make a magic from your a desktop app to desktop app!

What's hot (20)

PPTX
Gestión de la configuración - Jenkins ci
PPTX
Bringing Javascript to the Desktop with Electron
PDF
Greach - The Groovy Ecosystem
PDF
Deployment tales
PDF
Deployment tales
ODP
DIY Java & Kubernetes
PDF
Gr8conf - The Groovy Ecosystem Revisited
PDF
Vagrant - Team Development made easy
PDF
Introduction to GitHub Actions
PDF
Plone and docker
PPTX
How to Build & Deploy a HelloWorld API function using Java on OpenShift in...
PDF
Puppet at GitHub
PDF
Docker and plone
PPTX
Bower - A package manager for the web
PDF
Creating Custom Slack Integrations with Vapor
PDF
Introduction to Express and Grunt
PPTX
GitFlow, SourceTree and GitLab
PDF
ブログ執筆を支える技術
PDF
Cocoa pods
PDF
Openstack Vagrant plugin overview
Gestión de la configuración - Jenkins ci
Bringing Javascript to the Desktop with Electron
Greach - The Groovy Ecosystem
Deployment tales
Deployment tales
DIY Java & Kubernetes
Gr8conf - The Groovy Ecosystem Revisited
Vagrant - Team Development made easy
Introduction to GitHub Actions
Plone and docker
How to Build & Deploy a HelloWorld API function using Java on OpenShift in...
Puppet at GitHub
Docker and plone
Bower - A package manager for the web
Creating Custom Slack Integrations with Vapor
Introduction to Express and Grunt
GitFlow, SourceTree and GitLab
ブログ執筆を支える技術
Cocoa pods
Openstack Vagrant plugin overview
Ad

Viewers also liked (20)

PDF
I tried to dockerize my app but I had to PaaS
PDF
Dockerize it! @ Codemotion 2016 in Rome
PDF
Dockerize Our Development Machine
PDF
Dockerize everything TopConf Tallinn
PPTX
Mule soft esb – data validation best practices
PDF
Dockerized tests with dockerized jenkins
PPTX
2016 WordCamp Pittsburgh - Let's Write a Plugin
PDF
Cómo sacar el máximo provecho de tu proveedor de hosting
PDF
Projektowanie i rozwój struktury serwisu z perspektywy SEO i UX
PDF
WordCamp Orange County 2016
PDF
Чем может быть полезен стек ELK
PDF
Как опубликовать свою тему в директорию WordPress
PDF
Integration Testing with Docker Containers with DockerCompose
PDF
Learning by Doing: 10 Lessons in Pushing your WordPress Development Skills
PDF
How to Dockerize Web Application using Docker Compose
PPTX
Dockerize it all
PDF
DEPLOYING A DOCKERIZED DISTRIBUTED APPLICATION IN MESOS
PDF
VVV. Сервер для WordPress-разработчика
PDF
WordCamp Denmark 2016: How to get (more) involved with WordPress
PPTX
SDLC Using Docker for Fun and Profit
I tried to dockerize my app but I had to PaaS
Dockerize it! @ Codemotion 2016 in Rome
Dockerize Our Development Machine
Dockerize everything TopConf Tallinn
Mule soft esb – data validation best practices
Dockerized tests with dockerized jenkins
2016 WordCamp Pittsburgh - Let's Write a Plugin
Cómo sacar el máximo provecho de tu proveedor de hosting
Projektowanie i rozwój struktury serwisu z perspektywy SEO i UX
WordCamp Orange County 2016
Чем может быть полезен стек ELK
Как опубликовать свою тему в директорию WordPress
Integration Testing with Docker Containers with DockerCompose
Learning by Doing: 10 Lessons in Pushing your WordPress Development Skills
How to Dockerize Web Application using Docker Compose
Dockerize it all
DEPLOYING A DOCKERIZED DISTRIBUTED APPLICATION IN MESOS
VVV. Сервер для WordPress-разработчика
WordCamp Denmark 2016: How to get (more) involved with WordPress
SDLC Using Docker for Fun and Profit
Ad

Similar to Dockerize WordPress on Mac/Windows (20)

PDF
Agile Brown Bag - Vagrant & Docker: Introduction
PPTX
Docker: From Zero to Hero
PPTX
Dockerize the World - presentation from Hradec Kralove
PDF
Word press and containers
PPTX
Dockerize the World
PPTX
Introduction To Docker
PPTX
Docker with WordPress
PDF
Docker workshop
PDF
Docker for developers
PDF
Docker for developers
PDF
Introduction to Docker
PDF
Faster and Easier Software Development using Docker Platform
PDF
Docker - Frank Maounis
PDF
Dockerize your Symfony application - Symfony Live NYC 2014
PDF
Apt get no more let Vagrant, Puppet and Docker take the stage
PDF
Introduction to Docker at Glidewell Laboratories in Orange County
PPTX
From VMs to Containers: Introducing Docker Containers for Linux and Windows S...
PPTX
Introduction to Docker session (at Nairuby meetup)
PPTX
Docker introduction
PPTX
Docker introduction (1)
Agile Brown Bag - Vagrant & Docker: Introduction
Docker: From Zero to Hero
Dockerize the World - presentation from Hradec Kralove
Word press and containers
Dockerize the World
Introduction To Docker
Docker with WordPress
Docker workshop
Docker for developers
Docker for developers
Introduction to Docker
Faster and Easier Software Development using Docker Platform
Docker - Frank Maounis
Dockerize your Symfony application - Symfony Live NYC 2014
Apt get no more let Vagrant, Puppet and Docker take the stage
Introduction to Docker at Glidewell Laboratories in Orange County
From VMs to Containers: Introducing Docker Containers for Linux and Windows S...
Introduction to Docker session (at Nairuby meetup)
Docker introduction
Docker introduction (1)

More from Kite Koga (15)

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

Recently uploaded (20)

PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPT
Teaching material agriculture food technology
PPTX
A Presentation on Artificial Intelligence
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Modernizing your data center with Dell and AMD
PDF
Encapsulation theory and applications.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Big Data Technologies - Introduction.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
cuic standard and advanced reporting.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
The Rise and Fall of 3GPP – Time for a Sabbatical?
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Teaching material agriculture food technology
A Presentation on Artificial Intelligence
Per capita expenditure prediction using model stacking based on satellite ima...
Network Security Unit 5.pdf for BCA BBA.
20250228 LYD VKU AI Blended-Learning.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
MYSQL Presentation for SQL database connectivity
Diabetes mellitus diagnosis method based random forest with bat algorithm
Modernizing your data center with Dell and AMD
Encapsulation theory and applications.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Big Data Technologies - Introduction.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Review of recent advances in non-invasive hemoglobin estimation
cuic standard and advanced reporting.pdf
The AUB Centre for AI in Media Proposal.docx

Dockerize WordPress on Mac/Windows