Merge pull request #1502 from Kilo59/patch-1
Add example get API version
This commit is contained in:
commit
9f8ccfc606
@ -69,6 +69,14 @@ $ docker version --format '{{.Server.Version}}'
|
|||||||
19.03.8
|
19.03.8
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Get the client API version
|
||||||
|
|
||||||
|
```console
|
||||||
|
$ docker version --format '{{.Client.APIVersion}}'
|
||||||
|
|
||||||
|
1.41
|
||||||
|
```
|
||||||
|
|
||||||
### Dump raw JSON data
|
### Dump raw JSON data
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
Loading…
x
Reference in New Issue
Block a user