spiegel_podman/pkg/specgen/generate
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
..
config_linux.go spec: open fuse with --device .*/fuse 2020-10-02 10:12:58 +02:00
config_linux_cgo.go Remove excessive error wrapping 2020-10-05 15:30:37 -07:00
config_linux_nocgo.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
container.go Merge pull request #7798 from QiWang19/run-manifest 2020-09-30 18:38:07 +00:00
container_create.go new "image" mount type 2020-10-29 15:06:22 +01:00
namespaces.go Ensure that hostname is added to hosts with net=host 2020-10-20 10:31:15 -04:00
oci.go refactor api compatibility container creation to specgen 2020-10-20 12:06:59 -05:00
pod_create.go Add support for slirp network for pods 2020-09-25 21:34:23 -04:00
ports.go Fix host to container port mapping for simple ranges 2020-10-19 11:19:12 +02:00
security.go capabilities: always set ambient and inheritable 2020-09-30 15:14:07 +02:00
storage.go Fix incorrect parsing of create/run --volumes-from 2020-09-20 22:49:09 +02:00
validate.go podman: add option --cgroup-conf 2020-08-21 19:06:05 +02:00