spiegel_podman/cmd/podman/common
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
..
create.go Ignore containers.conf sysctl when namespaces set to host 2020-09-28 16:17:28 -04:00
create_opts.go Supports import&run--signature-policy 2020-09-15 16:09:33 -04:00
createparse.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
default.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
netflags.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
ports.go V2 enable ps tests 2020-04-29 15:51:37 -07:00
specgen.go Use environment from containers.conf 2020-08-28 06:06:08 -04:00
util.go Do not set host IP on ports when 0.0.0.0 requested 2020-08-03 14:32:16 -04:00
volumes.go --mount: support arbitrary mount-argument order 2020-09-16 14:18:40 +02:00