Files
umohnani8 3d395767d8 Implement --image-volumes for create and run
--image-volumes tells podman what to do with the image volumes in the image config
There are 3 options: bind, tmpfs, and ignore
bind puts the volume contents in /var/lib/containers/storage/container-id/volumes/vol-dir
and bind mounts it into the container at /vol-dir
tmpfs mounts /vol-dir as a tmps into the container
ignore doesn't mount the image volumes onto the container

Signed-off-by: umohnani8 <umohnani@redhat.com>

Closes: #377
Approved by: rhatdan
2018-02-22 15:14:00 +00:00
..
2018-01-18 07:01:48 -05:00
2017-11-01 11:24:59 -04:00
2018-02-09 15:27:52 +00:00
2018-01-23 08:54:57 -06:00
2018-01-08 14:34:13 +00:00
2018-02-06 18:09:31 +00:00
2018-02-21 13:32:59 +00:00
2018-01-08 22:44:38 +00:00