Note architecture and Linux version requirements

PiperOrigin-RevId: 195522238
Change-Id: I0107f856bea72ea6af8b196c1c13bafbc293ce95
This commit is contained in:
Michael Pratt
2018-05-05 00:27:40 -07:00
committed by Shentubot
parent 268edf0e62
commit ebae219162
+5 -2
View File
@@ -166,8 +166,11 @@ and Docker.
### Requirements
gVisor currently can only build and run on Linux. In addition, the following
dependencies must be installed.
gVisor currently can only build and run on x86\_64 Linux 3.17+. In addition,
gVisor only supports x86\_64 binaries inside the sandbox (i.e., it cannot run
32-bit binaries).
In addition, the following dependencies must be installed:
* [git][git]
* [Bazel][bazel]