diff options
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 918c27ccf..ed6589f26 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -35,6 +35,10 @@ is located at `/run/.containerenv`. Add a line to /etc/hosts. The format is hostname:ip. The **--add-host** option can be set multiple times. +**--annotation**=[] + Add an annotation to the container. The format is key=value. +The **--annotation** option can be set multiple times. + **-a**, **--attach**=[] Attach to STDIN, STDOUT or STDERR. |