podman/libpod/adapter
Daniel J Walsh 52df1fa7e0
Fix volume handling in podman
iFix builtin volumes to work with podman volume

Currently builtin volumes are not recored in podman volumes when
they are created automatically. This patch fixes this.

Remove container volumes when requested

Currently the --volume option on podman remove does nothing.
This will implement the changes needed to remove the volumes
if the user requests it.

When removing a volume make sure that no container uses the volume.

Signed-off-by: Daniel J Walsh dwalsh@redhat.com
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-02-14 13:21:52 -05:00
..
client.go podman-remote import|export 2019-02-05 10:05:41 -06:00
containers_remote.go podman-remote inspect 2019-01-18 15:43:11 -06:00
images_remote.go podman-remote inspect 2019-01-18 15:43:11 -06:00
info_remote.go Add ability to build golang remote client 2019-01-07 12:43:57 -06:00
runtime.go podman-remote build 2019-02-13 15:36:36 -06:00
runtime_remote.go Fix volume handling in podman 2019-02-14 13:21:52 -05:00
volumes_remote.go podman-remote volume inspect|ls 2019-02-13 12:43:51 -06:00