8: Containerizing an app
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:
- The TLDR
- The deep dive
- The commands
Letâs containerize an app!
Containerizing an app - The TLDR
Containers are all about ...
Get Docker Deep Dive now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.