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 коммит произвёл GitHub
Родитель b3ab7c9665 6cee6085d6
Коммит 9f8ccfc606
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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