diff options
author | Michael Pratt <mpratt@google.com> | 2018-05-05 00:26:55 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-05 00:27:40 -0700 |
commit | ebae2191622122a9d2fb321be65089bbb228a1e6 (patch) | |
tree | c9448539114d44f30098317ec3f4f67e08449339 /README.md | |
parent | 268edf0e6230c9455972c3343125d416a71a8759 (diff) |
Note architecture and Linux version requirements
PiperOrigin-RevId: 195522238
Change-Id: I0107f856bea72ea6af8b196c1c13bafbc293ce95
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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] |