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
+8
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