From 2c52e7690e555188a0d954306252a7916043eee3 Mon Sep 17 00:00:00 2001 From: craig-osterhout Date: Tue, 23 Aug 2022 15:29:25 -0700 Subject: [PATCH] Fix typo --- docker-hub/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/index.md b/docker-hub/index.md index eaedf05ce5..3abe0cb09c 100644 --- a/docker-hub/index.md +++ b/docker-hub/index.md @@ -154,7 +154,7 @@ You'll need to download Docker Desktop to build, push, and pull container image To generate this message, Docker took the following steps: 1. The Docker client contacted the Docker daemon. - 2. The Docker daemon pulled the "hello-world" image from the Docker Hub + 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. (amd64) 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading.