mirror of
https://github.com/containers/podman.git
synced 2025-11-28 17:18:58 +08:00
if users have legacy VMs (podman machines having hvsock registry entries with the machineName field) when using podman with this patch, their Registry entries will never be deleted by the functions added in previous commits. This commit adds a helper func to clean the Registry when these legacy machines get removed Signed-off-by: lstocchi <lstocchi@redhat.com>