Welcome to the Containers Tutorial

Containers Boat

Learn about the fundamentals of Containers

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

What are Containers?

Linux containers are technologies that allow 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.