1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Added word to documentation

Improved documentation by adding word for better sentence structure.

Signed-off-by: Mike Casas <mkcsas0@gmail.com>
Upstream-commit: eb6a3e8361dc48037ff3e29f5802bd21782cb645
Component: engine
This commit is contained in:
Mike Casas
2017-04-10 09:12:19 -04:00
committed by Mike Casas
parent b91fdec82e
commit f8815ca306

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).