mirror of
https://github.com/ByteByteGoHq/system-design-101.git
synced 2026-04-01 16:57:23 -04:00
fix indentation of How does Docker work? section (#26)
This commit is contained in:
@@ -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.
|
The Docker daemon listens for Docker API requests and manages Docker objects such as images, containers, networks, and volumes.
|
||||||
|
|
||||||
- Docker registry
|
- Docker registry
|
||||||
|
|
||||||
A Docker registry stores Docker images. Docker Hub is a public registry that anyone can use.
|
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.
|
Let’s take the “docker run” command as an example.
|
||||||
|
|||||||
Reference in New Issue
Block a user