podman/vendor/github.com/containerd/continuity/sysx
Valentin Rothberg 65a618886e new "image" mount type
Add a new "image" mount type to `--mount`.  The source of the mount is
the name or ID of an image.  The destination is the path inside the
container.  Image mounts further support an optional `rw,readwrite`
parameter which if set to "true" will yield the mount writable inside
the container.  Note that no changes are propagated to the image mount
on the host (which in any case is read only).

Mounts are overlay mounts.  To support read-only overlay mounts, vendor
a non-release version of Buildah.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-10-29 15:06:22 +01:00
..
README.md bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00
generate.sh bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00
nodata_linux.go bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00
nodata_solaris.go bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00
nodata_unix.go cgroupsns was not following containers.conf 2020-05-01 15:00:33 -04:00
xattr.go cgroupsns was not following containers.conf 2020-05-01 15:00:33 -04:00
xattr_unsupported.go bump containers/image to v5.0.0, buildah to v1.11.4 2019-10-29 13:35:18 -04:00

README.md

This package is for internal use only. It is intended to only have temporary changes before they are upstreamed to golang.org/x/sys/ (a.k.a. https://github.com/golang/sys).