Search⌘ K

Introduction to Containerization

Explore the essential workflow for containerizing applications using Docker. Understand how to build container images, package an application, and host images on a registry. This lesson prepares you for deploying containerized apps within Kubernetes environments by grounding you in core containerization concepts.

We'll cover the following...

Objectives

In this chapter, you will understand the typical workflow to build an application into a container image. This process is called containerization, and the resulting application is called a containerized application.

We’ll use ...