You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli/command/container: implement docker run --annotation
For moby/moby PR 45025 (Docker v24, API v1.43).
`docker run --annotation foo=bar` is similar to `podman run --annotation foo=bar`,
however, unlike Podman, Docker implementation also accepts an annotation with an empty value.
(`docker run --annotation foo`)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l annotation -d'Add an annotation to the container (passed through to the OCI runtime)'
181
182
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-s a -l attach -d'Attach to STDIN, STDOUT or STDERR.'
182
183
complete-c docker -A-f-n'__fish_seen_subcommand_from create'-l blkio-weight -d'Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0)'
0 commit comments