Merge pull request #2799 from BSWANG/patch-1

Add build requirement doc on fedora/centos
This commit is contained in:
Akihiro Suda
2018-11-17 13:05:22 +09:00
committed by GitHub

View File

@@ -46,6 +46,7 @@ need to satisfy this dependencies in your system:
If you're building with seccomp, you'll need to install it with the following:
* CentOS/Fedora: `yum install libseccomp-devel`
* Debian/Ubuntu: `apt install libseccomp-dev`
At this point you are ready to build `containerd` yourself!