mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
When `psFormat` is used in the docker client config json, if the output is non-standard it breaks some of the completion handling for containers. This fixes that by ensuring that calls to `ps` use the default/standard formatting by calling `docker ps --format 'table'` Signed-off-by: Brian Goff <cpuguy83@gmail.com>