diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-06-18 15:17:49 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-06-18 15:18:43 -0700 |
commit | 7eaca1074bf1a6c0e260727b2d9cbd3c878d2b77 (patch) | |
tree | f039b3c6bb693dabf8146cda70dcf44cc647aad2 /README.md | |
parent | f3727528e57ab720fac55553471b31877163cc12 (diff) |
Add pointer to dated builds in README
PiperOrigin-RevId: 201068427
Change-Id: If03c8c22907e6ef623f39c8ae5316fdd76cf80cb
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -168,17 +168,19 @@ Note that gVisor can only 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). -### Download a Nightly Build +### Download a Build The easiest way to get `runsc` is from the [latest nightly build][runsc-nightly]. After you download the binary, check it -against the SHA512 [checksum file][runsc-nightly-sha]. +against the SHA512 [checksum file][runsc-nightly-sha]. Older builds can be +found here: +`https://storage.googleapis.com/gvisor/releases/nightly/${yyyy-mm-dd}/runsc` and +`https://storage.googleapis.com/gvisor/releases/nightly/${yyyy-mm-dd}/runsc.sha512` **It is important to copy this binary to some place that is accessible to all users**, since `runsc` executes itself as user `nobody` to avoid unnecessary privileges. The `/usr/local/bin` directory is a good choice. - ``` wget https://storage.googleapis.com/gvisor/releases/nightly/latest/runsc wget https://storage.googleapis.com/gvisor/releases/nightly/latest/runsc.sha512 |