spiegel_podman/pkg/api/handlers/libpod
cdoern b1bf91a22a Podman pod create --share-parent vs --share=cgroup
separated cgroupNS sharing from setting the pod as the cgroup parent,
made a new flag --share-parent which sets the pod as the cgroup parent for all
containers entering the pod

remove cgroup from the default kernel namespaces since we want the same default behavior as before which is just the cgroup parent.

resolves #12765

Signed-off-by: cdoern <cdoern@redhat.com>
Signed-off-by: cdoern <cbdoer23@g.holycross.edu>
Signed-off-by: cdoern <cdoern@redhat.com>
2022-02-10 13:49:46 -05:00
..
containers.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_create.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
containers_stats.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
generate.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
healthcheck.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
images_pull.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
info.go bump go module to version 4 2022-01-18 12:47:07 +01:00
manifests.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
networks.go Add version guard to libpod API endpoints 2022-02-09 14:38:51 -07:00
play.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
pods.go Podman pod create --share-parent vs --share=cgroup 2022-02-10 13:49:46 -05:00
secrets.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
swagger.go bump go module to version 4 2022-01-18 12:47:07 +01:00
system.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00
volumes.go Remove unused param and clean API handlers 2022-01-22 00:31:18 +01:00