mirror of
https://github.com/moby/moby.git
synced 2026-07-06 06:38:19 +00:00
This option was originally added ind05aa418b0, and moved in8b15839ee8(after which it temporarily went to the docker/engine-api repository, and was brought back in this repository in91e197d614). However, it looks like this field was never used; the API always returns the standard information, and the "--quiet" option for `docker ps` is implemented on the CLI side, which uses different formatting when setting this option;2ec468e284/api/client/ps.go (L73-L79)This patch removes the unused field, Signed-off-by: Sebastiaan van Stijn <github@gone.nl>