podman/vendor
Daniel J Walsh 92e9d7891e We need to sort mounts so that one mount does not over mount another.
Currently we add mounts from images, volumes and internal.
We can accidently over mount an existing mount.  This patch sorts the mounts
to make sure a parent directory is always mounted before its content.

Had to change the default propagation on image volume mounts from shared
to private to stop mount points from leaking out of the container.

Also switched from using some docker/docker/pkg to container/storage/pkg
to remove some dependencies on Docker.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1243
Approved by: mheon
2018-08-10 21:18:19 +00:00
..
github.com We need to sort mounts so that one mount does not over mount another. 2018-08-10 21:18:19 +00:00
golang.org/x Vendor in latest containers/storage 2018-07-08 14:26:38 +00:00
gopkg.in Vendor in latest containers/image 2018-04-03 14:48:52 +00:00
k8s.io Vendor in latest containers/image 2018-04-03 14:48:52 +00:00