You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/check <name> and /update <name> only check the containers you named. They used to check everything and then filter the output down to the match — so /check nginx still hit the registry for every container on the host. They now scope the check to the matched containers, which is fewer registry requests and easier on Docker Hub's anonymous rate limit (the thing behind much of #53). One deliberate consequence: a scoped check no longer refreshes the pending state of the other containers as a side effect — that's intended (targeted means it only touches what you named), and the scheduled full check keeps the rest current. The global /check and /update with no name still check everything.