Learning Path

Get started with containers

Learn the basics of containers and quickly get up and running with Docker and Kubernetes.

A container is a unit of deployable software that provides isolation at the process level. Each application, together with its environment, can run in an isolated environment. Containers expose a different environment to each of the services. You can automate the deployment, scaling, and management of containerized applications.

In the following video, developer advocates Nicholas Bourdakos and Mofizur Rahman briefly describe what containers are and how they work.


Video will open in new tab or window.

Skill level

Beginner

Estimated time to complete

Approximately 1 hour.

Learning objectives

  • Understand the basics of how containers work
  • Recognize the benefits of containerization
  • Know how to use Docker and container registries