spiegel_podman/pkg/specgen
Matthew Heon e3a549b7b1 Remove ImageVolumes from database
Before Libpod supported named volumes, we approximated image
volumes by bind-mounting in per-container temporary directories.
This was handled by Libpod, and had a corresponding database
entry to enable/disable it.

However, when we enabled named volumes, we completely rewrote the
old implementation; none of the old bind mount implementation
still exists, save one flag in the database. With nothing
remaining to use it, it has no further purpose.

Signed-off-by: Matthew Heon <mheon@redhat.com>
2020-02-21 09:37:30 -05:00
..
config_linux_cgo.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
config_linux_nocgo.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
config_unsupported.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
create.go Remove ImageVolumes from database 2020-02-21 09:37:30 -05:00
namespaces.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
oci.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
specgen.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
validate.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00