Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.13 KB

File metadata and controls

22 lines (17 loc) · 1.13 KB

DVCHK

Build Status Docker Pulls

DVCHK is a tool that checks if there are newer versions of images for your running Docker containers based on SemVer.

Demo

Usage

docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock aklimko/dvchk:0.1.0

Configuration

Command line options take precedence over environment variables.

Option Environment variable Description
-a, --all DVCHK_ALL Print all newer versions
-k, --insecure DVCHK_INSECURE Disable TLS certificates validation
-t, --timeout <seconds> DVCHK_TIMEOUT Set timeout for HTTP requests in seconds
-v, --verbose DVCHK_VERBOSE Include additional logs