2020-12-02 00:32:42 +00:00
|
|
|
# docker-check-version-updates
|
|
|
|
|
2020-12-02 01:07:06 +00:00
|
|
|
Checks current running containers for newer tags according to semver
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
2020-12-02 01:25:40 +00:00
|
|
|
go run . -h
|
|
|
|
|
|
|
|
-max-pages int
|
|
|
|
max number of pages to retrieve from registry (default 10)
|
|
|
|
-registry-url string
|
|
|
|
base url of the registry you want to check against (default "https://registry.hub.docker.com")
|
|
|
|
-version
|
|
|
|
display the version of dockron and exit
|