Merge pull request #32475 from mikecasas/patch-2

Added word to documentation
Upstream-commit: 1727e8179c4543d75e523e0ea67147f679d8310f
Component: engine
This commit is contained in:
Doug Davis
2017-04-10 09:28:12 -04:00
committed by GitHub

View File

@ -31,7 +31,7 @@ Options:
## Description
It can be useful to commit a container's file changes or settings into a new
image. This allows you debug a container by running an interactive shell, or to
image. This allows you to debug a container by running an interactive shell, or to
export a working dataset to another server. Generally, it is better to use
Dockerfiles to manage your images in a documented and maintainable way.
[Read more about valid image names and tags](tag.md).