From 7eaca1074bf1a6c0e260727b2d9cbd3c878d2b77 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Mon, 18 Jun 2018 15:17:49 -0700 Subject: Add pointer to dated builds in README PiperOrigin-RevId: 201068427 Change-Id: If03c8c22907e6ef623f39c8ae5316fdd76cf80cb --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3