mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #15339 from edsantiago/docs_dedup_annotation
Man pages: refactor common options: --annotation
This commit is contained in:
3
docs/source/markdown/options/annotation.container.md
Normal file
3
docs/source/markdown/options/annotation.container.md
Normal file
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user