From ac6134655ba1246f97bae65f1d9f778c08545cbc Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 20 Nov 2021 17:17:21 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eb68f2..f25f66a 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,9 @@ monitor_docker: ``` $ sudo usermod -a -G docker $ sudo reboot - ``` + ``` +11. **Question:** Can you add the feature to check if images are update in e.g. hub.docker.com? + **Answer:** Such feature goes outside of the scope of monitor_docker and there are few other options available for this. You can use https://newreleases.io or https://github.com/crazy-max/diun/ ## Credits