fix indentation of How does Docker work? section (#26)

This commit is contained in:
Haoger
2023-10-23 01:58:19 +08:00
committed by GitHub
parent 542d4c1c0d
commit edcbc0443f

View File

@@ -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.
Lets take the “docker run” command as an example.