Doing container basics right isn’t something you learn from a few slides, it starts with doing, practicing and putting the principles into action.

Therefore, a step-by-step Lab has been created that walks you through building a container for a simple application, the kind you might get handed over to you by a colleague or boss, "just to containerize."

In this hands-on walkthrough, you'll:

  • Containerize a Node.js application
  • Explore Twelve-Factor App methodology
  • Use a distroless base image
  • Run the container as a non-root user
  • Sign the image

It's practical, repeatable and based on the same fundamentals used in Trainings.