Sadly video content isn't available in these decks, but they can be found in this playlist on YouTube: https://www.youtube.com/playlist?list=PLZFbIQBZYacDvNFEI_tEZdcx7qv49_DZR
Docker deep dive for WordPress adminsMark Sta Ana@booyaagithub.com/booyaabooyaa.org
View Slide
Introduction
Creating a new WordPress site is easy
So how easy was it?
Migrating to Docker not so easy…
What is Docker and should I use it?
Machine
Terminology
Images
ImagesWordPressPHPDebian / Scratch
WordPressPHPWordPress DepsDownloadStartup script
PHPdebianbuildtoolsapachephpstart
DebianShellFile SystemDebian / Scratch
Image is code
Containers
Data volumes (—volumes-from)
Demo: data containers
Network‣ connectivity (—link container:alias)‣ ports (-p host:container)
Docker vs VM
Got that?
Migration
Process
‣ setup‣ backup‣ restore
Demo: Install docker
Demo: migration
Summary
santaana.co.uk