Skip to content

Commit

Permalink
Merge pull request #15339 from edsantiago/docs_dedup_annotation
Browse files Browse the repository at this point in the history
Man pages: refactor common options: --annotation
  • Loading branch information
openshift-merge-robot authored Aug 16, 2022
2 parents d0567dd + a78b67a commit 552225c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
3 changes: 3 additions & 0 deletions docs/source/markdown/options/annotation.container.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### **--annotation**=*key=value*

Add an annotation to the container<| or pod>. This option can be set multiple times.
5 changes: 1 addition & 4 deletions docs/source/markdown/podman-create.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ and specified with a _tag_.

@@option add-host

#### **--annotation**=*key=value*

Add an annotation to the container. The format is key=value.
The **--annotation** option can be set multiple times.
@@option annotation.container

@@option arch

Expand Down
5 changes: 1 addition & 4 deletions docs/source/markdown/podman-kube-play.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ and as a result environment variable `FOO` will be set to `bar` for container `c

## OPTIONS

#### **--annotation**=*key=value*

Add an annotation to the container or pod. The format is key=value.
The **--annotation** option can be set multiple times.
@@option annotation.container

#### **--authfile**=*path*

Expand Down
5 changes: 1 addition & 4 deletions docs/source/markdown/podman-run.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ and specified with a _tag_.
## OPTIONS
@@option add-host

#### **--annotation**=*key=value*

Add an annotation to the container.
This option can be set multiple times.
@@option annotation.container

@@option arch

Expand Down

0 comments on commit 552225c

Please sign in to comment.