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:
committed by
Tibor Vass
parent
6d54461bd8
commit
2f4d9eb6b1
@@ -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.
|
||||
|
Reference in New Issue
Block a user