Man pages: refactor common options: --annotation

Refactor the --annotation option, but only between podman create,
kube play, and run.

This does not include:

 * podman build:
   - usage is in terms of images, not containers/pods

 * manifest add, manifest annotate:
   - usage is in terms of images, not containers/pods
   - also, wording is slightly different

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2022-08-15 13:21:37 -06:00
parent 311b5946f7
commit a78b67a47b
4 changed files with 6 additions and 12 deletions

View File

@ -0,0 +1,3 @@
#### **--annotation**=*key=value*
Add an annotation to the container<| or pod>. This option can be set multiple times.

View File

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

View File

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

View File

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