mirror of
https://github.com/docker/cli.git
synced 2026-01-25 03:42:05 +03:00
`docker plugin ls` now has `--format`, so there is no more need for postprocessing raw `docker plugin ls` output with `awk` any more. This will make generation of plugin lists robust against changes in `docker plugin ls` output. Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: 5a067e52551503993ca5a2e92d1c742238b97411 Component: engine