mirror of
https://github.com/containers/podman.git
synced 2026-07-12 16:25:08 -04:00
When we create a container we first create it in the storage then in the libpod db so there is a tiny window where it is seen as storage ctr but then by the time we mount it we see it was a libpod container. Fixes #23637 Signed-off-by: Paul Holzinger <pholzing@redhat.com>