1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Document valid chars in image name and tag

- Add link to valid image name and tag formats in referenced files
- Per review comments, updated docs to remove reference to `USERNAME` and
`REGISTRYHOST`.
- Per review comment, removed links from man page.
- Per review comment, added and updated examples on `docker tag`

Signed-off-by: Subhajit Ghosh <isubuz.g@gmail.com>
This commit is contained in:
Subhajit Ghosh
2016-05-11 14:15:50 +01:00
committed by Tibor Vass
parent 6d54461bd8
commit 2f4d9eb6b1
8 changed files with 92 additions and 24 deletions

View File

@@ -24,6 +24,7 @@ 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
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).
The commit operation will not include any data contained in
volumes mounted inside the container.