Skip to content

Commit

Permalink
Merge pull request #20007 from rahilarious/main
Browse files Browse the repository at this point in the history
[CI:DOCS] Improve podman-{tag,build} man pages
  • Loading branch information
openshift-merge-robot authored Sep 18, 2023
2 parents 364f989 + 47160da commit 8434471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-build.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
2 changes: 2 additions & 0 deletions docs/source/markdown/podman-tag.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 8434471

Please sign in to comment.