podman/vendor/github.com/docker
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
..
distribution Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
docker We need to sort mounts so that one mount does not over mount another. 2018-08-10 21:18:19 +00:00
docker-credential-helpers Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
go-connections Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
go-units Vendor in v0.3.2 of docker/go-units 2017-11-28 16:09:13 +00:00
libtrust Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
spdystream Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00