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
{{ message }}
This repository was archived by the owner on Nov 25, 2021. It is now read-only.
I was running the
local-buildbuild for a stack locally, and I realized that multiple containers match thename=registryfilter.When I used
docker ps --filter name='^registry$'as the name filter instead, only the one with the actual full nameregistrycame back.We should update the filter to use the more precise match.