Merge pull request #20007 from rahilarious/main

[CI:DOCS] Improve podman-{tag,build} man pages
This commit is contained in:
OpenShift Merge Robot
2023-09-18 20:18:54 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -764,7 +764,7 @@ Use --stdin to be able to interact from the terminal during the build.
Specifies the name which is assigned to the resulting image if the build
process completes successfully.
If _imageName_ does not include a registry name, the registry name *localhost*
is prepended to the image name.
is prepended to the image name. Can be used multiple times.
#### **--target**=*stageName*

View File

@ -26,6 +26,8 @@ Print usage statement
$ podman tag 0e3bbc2 fedora:latest
$ podman tag httpd myregistryhost:5000/fedora/httpd:v2
$ podman tag mymariadb mycontainerregistry.io/namespace/mariadb:10 mycontainerregistry.io/namespace/mariadb:10.11 mycontainerregistry.io/namespace/mariadb:10.11.12
```