This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Description
I was running the local-build build for a stack locally, and I realized that multiple containers match the name=registry filter.
When I used docker ps --filter name='^registry$' as the name filter instead, only the one with the actual full name registry came back.
We should update the filter to use the more precise match.