Skip to content

Commit

Permalink
Update Packagers readme with seccomp info
Browse files Browse the repository at this point in the history
Signed-off-by: Levi Blackstone <[email protected]>
  • Loading branch information
Levi Blackstone committed Feb 19, 2016
1 parent e51457e commit b25b9b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project/PACKAGERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b25b9b5

Please sign in to comment.