mirror of
https://github.com/containers/podman.git
synced 2025-12-10 07:42:12 +08:00
when performing a container commit, we should not add the default list of volumes for a container to the resulting image. it will cause the resulting image to crash when run subsequently. Signed-off-by: baude <bbaude@redhat.com> Closes: #699 Approved by: mheon