spiegel_podman/pkg/specgen/generate
Valentin Rothberg 402c68b41d pod create: add --infra-conmon-pidfile
Add an `--infra-conmon-pidfile` flag to `podman-pod-create` to write the
infra container's conmon process ID to a specified path.  Several
container sub-commands already support `--conmon-pidfile` which is
especially helpful to allow for systemd to access and track the conmon
processes.  This allows for easily tracking the conmon process of a
pod's infra container.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-06-11 11:01:13 +02:00
..
config_linux.go specgen: fix segfault 2020-05-27 14:52:17 -04:00
config_linux_cgo.go podman: add support for --rootfs 2020-04-24 12:56:20 +02:00
config_linux_nocgo.go Attempt to turn on build_without_cgo tests 2020-05-22 12:56:19 -04:00
container.go Fix handling of ThrottleWriteIOPSDevice 2020-06-05 08:11:37 -04:00
container_create.go Fixup issues found by golint 2020-06-10 05:49:41 -04:00
namespaces.go Fixup issues found by golint 2020-06-10 05:49:41 -04:00
oci.go Ensure that containers in pods properly set hostname 2020-06-04 16:32:10 -04:00
pod_create.go pod create: add --infra-conmon-pidfile 2020-06-11 11:01:13 +02:00
ports.go Rework port parsing to support --expose and -P 2020-05-04 20:57:27 -04:00
security.go Properly handle default capabilities listed in containers.conf 2020-05-01 15:00:26 -04:00
storage.go Add support for volumes-from, image volumes, init 2020-04-27 13:13:21 -04:00