spiegel_podman/pkg/specgen/generate
Daniel J Walsh 0d70df1195
Ignore containers.conf sysctl when namespaces set to host
If user sets namespace to host, then default sysctls need to be ignored
that are specific to that namespace.

--net=host ignore sysctls that begin with net.
--ipc=host ignore fs.mqueue
--uts=host ignore kernel.domainname and kernel.hostname

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-09-28 16:17:28 -04:00
..
config_linux.go Fix up some error messages 2020-08-27 15:05:12 -04:00
config_linux_cgo.go Switch to containers/common for seccomp 2020-08-27 21:14:59 +02:00
config_linux_nocgo.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
container.go Use environment from containers.conf 2020-08-28 06:06:08 -04:00
container_create.go run/create: record raw image 2020-09-15 13:33:22 +02:00
namespaces.go fix pod creation with "new:" syntax 2020-07-31 18:27:49 +02:00
oci.go Make oom-score-adj actually work 2020-09-09 10:19:25 -04:00
pod_create.go Fix podman pod create --infra-command and --infra-image 2020-09-16 07:42:19 -04:00
ports.go Binding the same container port to >1 host port is OK 2020-07-29 14:24:36 -04:00
security.go Ignore containers.conf sysctl when namespaces set to host 2020-09-28 16:17:28 -04: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