dockcheck

Automates checking and updating Docker container images

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool to automate docker image updates

Commands

dockcheck

Examples

Check for available updates for all running containers$ dockcheck -a
Update a specific container to the latest image$ dockcheck -i container_name
Check for updates with detailed output and dry-run mode$ dockcheck -d