1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update Packagers readme with seccomp info

Signed-off-by: Levi Blackstone <levi.blackstone@rackspace.com>
This commit is contained in:
Levi Blackstone 2016-02-19 15:32:46 -06:00
parent e51457eea8
commit b25b9b5709

View file

@ -164,6 +164,12 @@ SELinux, you will need to use the `selinux` build tag:
export DOCKER_BUILDTAGS='selinux' 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 There are build tags for disabling graphdrivers as well. By default, support
for all graphdrivers are built in. for all graphdrivers are built in.