Update docker-overview.md (#4521)

This commit is contained in:
newyangyang 2017-09-12 08:00:33 +08:00 committed by Misty Stanley-Jones
parent 8535b0f07d
commit 4c0a508a41
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ or other underlying subsystems are from other containers or from the host
machine.
A container is defined by its image as well as any configuration options you
provide to it when you create or run it. When a container stops, any changes to
provide to it when you create or run it. When a container is removed, any changes to
its state that are not stored in persistent storage disappear.
##### Example `docker run` command