summaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/annotation.container.md
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-08-15 13:21:37 -0600
committerEd Santiago <santiago@redhat.com>2022-08-16 07:04:48 -0600
commita78b67a47bf889b76383d09bce0127f5f397cd25 (patch)
tree81dcbe0366d029b1c0b2ff66239d93f96ce218cc /docs/source/markdown/options/annotation.container.md
parent311b5946f74c94c5d6024c904abf6976c75e4d8f (diff)
downloadpodman-a78b67a47bf889b76383d09bce0127f5f397cd25.tar.gz
podman-a78b67a47bf889b76383d09bce0127f5f397cd25.tar.bz2
podman-a78b67a47bf889b76383d09bce0127f5f397cd25.zip
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>
Diffstat (limited to 'docs/source/markdown/options/annotation.container.md')
-rw-r--r--docs/source/markdown/options/annotation.container.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/markdown/options/annotation.container.md b/docs/source/markdown/options/annotation.container.md
new file mode 100644
index 000000000..bd561a15f
--- /dev/null
+++ b/docs/source/markdown/options/annotation.container.md
@@ -0,0 +1,3 @@
+#### **--annotation**=*key=value*
+
+Add an annotation to the container<| or pod>. This option can be set multiple times.