docker run --security-opt seccomp=unconfined myimage

Category: Docker

docker run --security-opt seccomp=unconfined myimage

Run without the seccomp security profile

Disables the default seccomp filter (kernel syscall restrictions) for the container. Needed for some syscall-heavy workloads, at the cost of weaker isolation. Prefer an apparmor profile for most hardening needs.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.