mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00

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>
120 B
120 B
--annotation=key=value
Add an annotation to the container<| or pod>. This option can be set multiple times.