spiegel_podman/pkg/spec
Giuseppe Scrivano d856210ea8
podman: add option --cgroup-conf
it allows to manually tweak the configuration for cgroup v2.

we will expose some of the options in future as single
options (e.g. the new memory knobs), but for now add the more generic
--cgroup-conf mechanism for maximum control on the cgroup
configuration.

OCI specs change: https://github.com/opencontainers/runtime-spec/pull/1040

Requires: https://github.com/containers/crun/pull/459

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2020-08-21 19:06:05 +02:00
..
config_linux.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
config_linux_cgo.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
config_linux_nocgo.go Split up create config handling of namespaces and security 2019-11-07 21:23:23 -05:00
config_unsupported.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
containerconfig.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
createconfig.go podman: add option --cgroup-conf 2020-08-21 19:06:05 +02:00
namespaces.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
parse.go apiv2 container create using specgen 2020-02-19 15:20:15 -06:00
ports.go Spell check strings and comments 2018-05-25 08:45:15 +00:00
security.go run, create: add new security-opt proc-opts 2020-08-12 23:46:38 +02:00
spec.go Ensure DefaultEnvVariables is used in Specgen 2020-08-18 15:17:46 -04:00
spec_test.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
storage.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
storage_test.go Use EqualValues instead of reflect equality 2019-05-01 10:19:05 -04:00