summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-06-18 15:17:49 -0700
committerShentubot <shentubot@google.com>2018-06-18 15:18:43 -0700
commit7eaca1074bf1a6c0e260727b2d9cbd3c878d2b77 (patch)
treef039b3c6bb693dabf8146cda70dcf44cc647aad2 /README.md
parentf3727528e57ab720fac55553471b31877163cc12 (diff)
Add pointer to dated builds in README
PiperOrigin-RevId: 201068427 Change-Id: If03c8c22907e6ef623f39c8ae5316fdd76cf80cb
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0d3995e2e..6ed246b72 100644
--- a/README.md
+++ b/README.md
@@ -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