Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 08eaaae

Browse files
authored
Fixes a minor typo in line 35
`dowloads` not reads `downloads`
1 parent 35e31f7 commit 08eaaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner/chapters/alpine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ drwxr-xr-x 5 root root 4096 Mar 2 16:20 lib
3232
```
3333
What happened? Behind the scenes, a lot of stuff happened. When you call `run`,
3434
1. The Docker client contacts the Docker daemon
35-
2. The Docker daemon checks local store if the image (alpine in this case) is available locally, and if not, dowloads it from Docker Store. (Since we have issued `docker pull alpine` before, the download step is not necessary)
35+
2. The Docker daemon checks local store if the image (alpine in this case) is available locally, and if not, downloads it from Docker Store. (Since we have issued `docker pull alpine` before, the download step is not necessary)
3636
3. The Docker daemon creates the container and then runs a command in that container.
3737
4. The Docker daemon streams the output of the command to the Docker client
3838

0 commit comments

Comments
 (0)