What is the Docker Workflow
Esimit Karlgusta

Esimit Karlgusta @thekarlesi

About: Writer and Developer

Location:
Earth, for now :)
Joined:
Mar 31, 2020

What is the Docker Workflow

Publish Date: Oct 16 '24
6 2

It consists of 3 things:

  • Docker client
  • Docker Host(Docker daemon)
  • Docker registry(Docker Hub)

Docker client is the user interface for interacting with Docker.

It is the tool we use to give Docker commands.

Think of the Docker client as a chef giving instructions to the Docker stuff.

Docker registry is the centralized repository of Docker images. It hosts the private and the public packages.

Docker is like Git.

Docker registry is like GitHub.

Comments 2 total

Add comment