mirror of https://github.com/containers/podman.git
Merge pull request #15339 from edsantiago/docs_dedup_annotation
Man pages: refactor common options: --annotation
This commit is contained in:
commit
552225c414
|
@ -0,0 +1,3 @@
|
|||
#### **--annotation**=*key=value*
|
||||
|
||||
Add an annotation to the container<| or pod>. This option can be set multiple times.
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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*
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue