mirror of
https://github.com/docker/cli.git
synced 2026-09-24 15:30:10 -05:00
Merge pull request #20519 from lblackstone/update-packager-readme
Update Packagers readme with seccomp info Upstream-commit: d006e32a91a178ae16b28177d6f4bf1462f76545 Component: engine
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user