Skip to content

Commit

Permalink
Merge pull request docker#389 from susiirwin/patch-2
Browse files Browse the repository at this point in the history
Fixes a minor typo in line 35
  • Loading branch information
Mano Marks authored Dec 28, 2017
2 parents 35e31f7 + 08eaaae commit 4e4d3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beginner/chapters/alpine.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ drwxr-xr-x 5 root root 4096 Mar 2 16:20 lib
```
What happened? Behind the scenes, a lot of stuff happened. When you call `run`,
1. The Docker client contacts the Docker daemon
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)
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)
3. The Docker daemon creates the container and then runs a command in that container.
4. The Docker daemon streams the output of the command to the Docker client

Expand Down

0 comments on commit 4e4d3a6

Please sign in to comment.