|
How to check Docker Version from CLI
Author: Venkata Sudhakar
Docker is an open platform to develop, ship, and run containerized applications.
It separates infra from application to ease application development and support anywhere development strategy. The below example shows how to check Docker Version from CLI.
02 | Client: Docker Engine - Community |
03 | Cloud integration: 1.0 . 7 |
08 | Built: Mon Dec 28 16 : 14 : 16 2020 |
09 | OS/Arch: windows/amd64 |
13 | Server: Docker Engine - Community |
16 | API version: 1.41 (minimum version 1.12 ) |
19 | Built: Mon Dec 28 16 : 15 : 28 2020 |
24 | GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b |
27 | GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff |
|
|