From 8069d38f4d6613d8dccec8c62fd0f38f0f97e496 Mon Sep 17 00:00:00 2001 From: Levi Blackstone Date: Fri, 19 Feb 2016 15:32:46 -0600 Subject: [PATCH] Update Packagers readme with seccomp info Signed-off-by: Levi Blackstone Upstream-commit: b25b9b5709cc277263237375be4a212257479407 Component: engine --- components/engine/project/PACKAGERS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/engine/project/PACKAGERS.md b/components/engine/project/PACKAGERS.md index b80749f95b..b3f60472fd 100644 --- a/components/engine/project/PACKAGERS.md +++ b/components/engine/project/PACKAGERS.md @@ -164,6 +164,12 @@ SELinux, you will need to use the `selinux` build tag: export DOCKER_BUILDTAGS='selinux' ``` +If you're building a binary that may need to be used on platforms that include +seccomp, you will need to use the `seccomp` build tag: +```bash +export DOCKER_BUILDTAGS='seccomp' +``` + There are build tags for disabling graphdrivers as well. By default, support for all graphdrivers are built in.