mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Seccomp is only *compiled* in binaries built for distros that ship with seccomp 2.2.1 or higher, and in the static binaries. The static binaries are not really useful for RHEL and CentOS, because devicemapper does not work properly with the static binaries, so static binaries is only an option for Ubuntu and Debian. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 13839a6d328692c672394811ee3afd9a168fc328 Component: engine