Learning Path
Get started with containers
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.
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