Search⌘ K
AI Features

The Docker Technology

Explore the key components of Docker technology including the command-line interface and engine. Understand how Docker simplifies container deployment by converting commands into API requests and managing container operations behind the scenes.

We'll cover the following...

The Docker platform is designed to make building, shipping, and running containers as easy as possible.

Docker’s high-level components

At a high level, there are two major parts to the Docker platform:

  • The CLI
...