Completed
- Holding screen
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building PHP Applications with Docker, Docker Compose, and Kubernetes
Automatically move to the next video in the Classroom when playback concludes
- 1 - Holding screen
- 2 - Introductions
- 3 - Creating a Slim Framework application
- 4 - Checking out the docker-compose.yml ... oh, did I write this? 😮
- 5 - Adding a damn .editorconfig
- 6 - Replacing the PHP dev server with nginx and php-fpm
- 7 - Ditching compose 3.x for 2.x: leveraging complex dependencies with health-checks
- 8 - Adding a multi-layer Dockerfile for build cache goodness
- 9 - Deploying our application to Kubernetes