Merge pull request #1502 from Kilo59/patch-1

Add example get API version
This commit is contained in:
Sebastiaan van Stijn 2022-04-30 14:27:30 +02:00 committed by GitHub
commit 9f8ccfc606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,14 @@ $ docker version --format '{{.Server.Version}}'
19.03.8
```
### Get the client API version
```console
$ docker version --format '{{.Client.APIVersion}}'
1.41
```
### Dump raw JSON data
```console