spiegel_podman/pkg/spec
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.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
config_linux_cgo.go add pkg/seccomp 2020-02-12 17:10:18 +01:00
config_linux_nocgo.go Split up create config handling of namespaces and security 2019-11-07 21:23:23 -05:00
config_unsupported.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
containerconfig.go remove libpod from main 2019-06-25 13:51:24 -05:00
createconfig.go Remove ImageVolumes from database 2020-02-21 09:37:30 -05:00
namespaces.go podman: add new option --cgroups=no-conmon 2020-01-16 18:56:51 +01:00
parse.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
security.go add pkg/capabilities 2020-02-14 12:00:45 +01:00
spec.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
spec_test.go Split up create config handling of namespaces and security 2019-11-07 21:23:23 -05:00
storage.go Merge pull request #5222 from mheon/fix_5219 2020-02-20 18:16:52 -05:00
storage_test.go Use EqualValues instead of reflect equality 2019-05-01 10:19:05 -04:00