Search⌘ K
AI Features

Introduction to DevOps

Explore Docker's foundational concepts through both the operations and development perspectives. Learn to manage containers and build application images, gaining a high-level understanding that prepares you for deeper Docker skills.

We'll cover the following...

This chapter will quickly give you a big picture of Docker. It will give you some hands-on experience and a high-level view of images and containers, preparing you for more details in the upcoming chapters.

We’ll divide this chapter into two parts:

  • The Ops perspective
  • The Dev perspective
...