mirror of
https://github.com/containers/podman.git
synced 2025-12-10 15:47:46 +08:00
If a container with an ID starting with "db1" exists, and a container named "db1" also exists, and they are different containers - if I run `podman inspect db1` the container named "db1" should be inspected, and there should not be an error that multiple containers matched the name or id "db1". This was already handled by BoltDB, and now is properly managed by SQLite. Fixes #17905 Signed-off-by: Matt Heon <mheon@redhat.com>
30 KiB
30 KiB