Daniel J Walsh
Daniel J Walsh
I don't see why not.
YOu can modify containers.conf to not set it.
Yes except set it to default systctls to []
@giuseppe PTAL
You can tall Podman to not set sysctls in this situation or modify containers.conf to not set it. This sysctl is just allowing the root procesess within the container to...
@giuseppe thoughts?
Should we make it easier to add a syscall to the seccomp json file with something like --syscall-add --syscall-drop (Matching --cap-add and --cap-drop) Making it easier for user rather then...
Interested in opening a PR to make this work better?
Podman will not use the dockerfile location by default. You need to either set DOCKER_HOST or use --auth-file to point at the config. podman login --auth-file ~/.docker/config.json foo.io
Are you seeing the expected behaviour?