Welcome to the Containers Tutorial

Containers Boat

Learn about the fundamentals of Containers

This tutorial shows how you can use Containers to ease the distribution and management of your applications.

What are Containers?

Linux containers are a technology that allows you to package and isolate applications with their entire runtime environment—all of the files necessary to run. This makes it easy to move the contained application between environments (dev, test, production, etc.) while retaining full functionality.