mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Merge pull request #15625 from edsantiago/docs_dedup_label
[CI:DOCS] Man pages: refactor common options: --label
This commit is contained in:
3
docs/source/markdown/options/label.md
Normal file
3
docs/source/markdown/options/label.md
Normal file
@ -0,0 +1,3 @@
|
||||
#### **--label**, **-l**=*key=value*
|
||||
|
||||
Add metadata to a <<container|pod>>.
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user