mirror of https://github.com/docker/docs.git
Update docker-overview.md (#4521)
This commit is contained in:
parent
8535b0f07d
commit
4c0a508a41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue