From edcbc0443fa6df7559dbbeed1b722a575faf5f08 Mon Sep 17 00:00:00 2001 From: Haoger Date: Mon, 23 Oct 2023 01:58:19 +0800 Subject: [PATCH] fix indentation of How does Docker work? section (#26) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdad1d6..3d0a10c 100644 --- a/README.md +++ b/README.md @@ -1103,6 +1103,7 @@ There are 3 components in Docker architecture: The Docker daemon listens for Docker API requests and manages Docker objects such as images, containers, networks, and volumes. - Docker registry + A Docker registry stores Docker images. Docker Hub is a public registry that anyone can use. Let’s take the “docker run” command as an example.