Search⌘ K
AI Features

Containerize a Single-Container Application

Explore how to containerize a single-container Node.js application by cloning code from GitHub, creating a Dockerfile, running the container, and testing app functionality to build practical Docker skills.

We'll cover the following...

In the next few lessons, we’ll complete the following steps to containerize a simple Node.js app:

  • Get the application code from GitHub.
  • Create the Dockerfile.
  • Containerize the app.
  • Run the app.
  • Test the app.
  • Take a closer
...