mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add pointer to dated builds in README
PiperOrigin-RevId: 201068427 Change-Id: If03c8c22907e6ef623f39c8ae5316fdd76cf80cb
This commit is contained in:
committed by
Shentubot
parent
f3727528e5
commit
7eaca1074b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user