Man pages: refactor common options: --label

Went with the podman-run version, where the "example" is
in the option template as per our guidelines.

I could not include the network- or volume-create
man pages, nor podman build.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2022-09-01 12:41:03 -06:00
parent e136bcc7c9
commit b9df3a6a9f
5 changed files with 7 additions and 12 deletions

View File

@ -0,0 +1,3 @@
#### **--label**, **-l**=*key=value*
Add metadata to a <<container|pod>>.

View File

@ -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

View 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

View 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

View 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