tag-checker/README.md

20 lines
544 B
Markdown
Raw Permalink Normal View History

2020-12-04 21:18:23 +00:00
# tag-checker
2020-12-02 00:32:42 +00:00
2020-12-02 01:07:06 +00:00
Checks current running containers for newer tags according to semver
Usage:
tag-checker -h
2020-12-02 01:25:40 +00:00
-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
## Installation
2022-04-07 20:26:31 +00:00
You can either install the binary from the Releases tab or use the image hosted on Docker Hub at `iamthefij/tag-checker`.