mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
The `/info` endpoint was badly documented, missing various fields and incorrectly describing others. This patch defines a type for the endpoint, based on the API types in the source. Also removing the response example in favor of per-field examples, as this prevents an incorrectly formatted response from masking omissions in the actual type. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 18b23067be82054a6384fc5934ecbb0276d1862b Component: engine