Checks current running containers for newer tags according to semver
.gitignore | ||
docker-compose.yml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
docker-check-version-updates
Checks current running containers for newer tags according to semver
Usage:
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