Skip to content

Commit

Permalink
Merge pull request #15625 from edsantiago/docs_dedup_label
Browse files Browse the repository at this point in the history
[CI:DOCS] Man pages: refactor common options: --label
  • Loading branch information
openshift-merge-robot authored Sep 4, 2022
2 parents 7cc2543 + b9df3a6 commit b506f6e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
3 changes: 3 additions & 0 deletions docs/source/markdown/options/label.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### **--label**, **-l**=*key=value*

Add metadata to a <<container|pod>>.
4 changes: 1 addition & 3 deletions docs/source/markdown/podman-create.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,7 @@ To specify multiple static IPv6 addresses per container, set multiple networks u

@@option ipc

#### **--label**, **-l**=*label*

Add metadata to a container (e.g., --label com.example.key=value)
@@option label

@@option label-file

Expand Down
4 changes: 1 addition & 3 deletions docs/source/markdown/podman-pod-clone.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ Print usage statement.

@@option infra-name

#### **--label**, **-l**=*label*

Add metadata to a pod (e.g., --label com.example.key=value).
@@option label

@@option label-file

Expand Down
4 changes: 1 addition & 3 deletions docs/source/markdown/podman-pod-create.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ The address must be within the network's IPv6 address pool.

To specify multiple static IPv6 addresses per pod, set multiple networks using the **--network** option with a static IPv6 address specified for each using the `ip6` mode for that option.

#### **--label**, **-l**=*label*

Add metadata to a pod (e.g., --label com.example.key=value).
@@option label

@@option label-file

Expand Down
4 changes: 1 addition & 3 deletions docs/source/markdown/podman-run.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,7 @@ To specify multiple static IPv6 addresses per container, set multiple networks u

@@option ipc

#### **--label**, **-l**=*key=value*

Add metadata to a container.
@@option label

@@option label-file

Expand Down

0 comments on commit b506f6e

Please sign in to comment.