mirror of https://github.com/docker/cli.git
updated docs & tests
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
parent
3775c33ab9
commit
db5c70afe4
|
@ -346,7 +346,7 @@ is better to use Dockerfiles to manage your images in a documented and
|
||||||
maintainable way.
|
maintainable way.
|
||||||
|
|
||||||
By default, the container being committed and its processes will be paused
|
By default, the container being committed and its processes will be paused
|
||||||
during the process of committing the image. This reduces the likelihood of
|
while the image is committed. This reduces the likelihood of
|
||||||
encountering data corruption during the process of creating the commit.
|
encountering data corruption during the process of creating the commit.
|
||||||
If this behavior is undesired, set the 'p' option to false.
|
If this behavior is undesired, set the 'p' option to false.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue