Daniel J Walsh

Results 1534 comments of Daniel J Walsh

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...

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