mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00
Merge pull request #20007 from rahilarious/main
[CI:DOCS] Improve podman-{tag,build} man pages
This commit is contained in:
@ -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*
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user