https://github.com/arhea/docker-version
Quick CLI tool to check the latest versions of Docker available.
https://github.com/arhea/docker-version
Last synced: 8 months ago
JSON representation
Quick CLI tool to check the latest versions of Docker available.
- Host: GitHub
- URL: https://github.com/arhea/docker-version
- Owner: arhea
- Created: 2015-12-23T14:14:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T14:29:22.000Z (over 10 years ago)
- Last Synced: 2025-01-17T23:25:44.493Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker Version Checker
---
Checks Github for the latest versions of Docker. Useful for keeping up to date with the latest releases of Docker pre-release and stable products.
```shell
npm install -g docker-version
```
```shell
docker-version latest
Latest Versions
Docker Engine: x.x.x
Docker Machine: x.x.x
Docker Compose: x.x.x
Docker Swarm: x.x.x
```