Files
docker-cli/cli/command
Sebastiaan van Stijn 23bd746c43 fix docker version --format=json not outputting json format
The --format=json option was added for all inspect commands, but was not
implemented for "docker version". This patch implements the missing option.

Before this patch:

    docker version --format=json
    json

With this patch:

    docker version --format=json
    {"Client":{"Platform":{"Name":""},"Version":"24.0.0-dev","ApiVersion":"..."}}

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-10 14:29:14 +02:00
..
2022-12-05 21:40:39 +01:00
2017-09-01 19:41:06 -04:00
2022-12-29 15:19:31 +01:00