October 2020
Beginner
250 pages
6h 21m
English
Docker is all about taking applications and running them in containers.
The process of taking an application and configuring it to run as a container is called “containerizing”.
In this chapter, we’ll walk through the process of containerizing a simple Linux-based web application. If you don’t have a Linux Docker environment to follow along with, you can use Play With Docker for free. Just point your web browser to https://play-with-docker.com and spin up some Linux Docker nodes. It’s my favourite way to spin up Docker and do testing!
We’ll split this chapter into the usual three parts:
Let’s containerize an app!
Containers are all about making apps ...