Skip to content

Commit 0f485c9

Browse files
committed
chapter 9: --rm in docker run command: remove note that explains
... the intent of `--rm`. Commit ca7997e added --rm and a note about it. Commit d63ce86 removed the --rm. But I forgot to remove the note. This commit removes the note.
1 parent 5f923d2 commit 0f485c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chapter_09_docker.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ What's happened there is that Docker has:
512512
* Downloaded the image from DockerHub
513513
* Created a container based on that image
514514
* Started up that container, telling it to run `echo hello world`
515-
* Deleted that container when the container stopped
516515
* And we can see it worked!
517516

518517
Cool! We'll find out more about all of these steps as the chapter progresses.

0 commit comments

Comments
 (0)