From 6b0f111d96b08e8fdc59400c3fe76fedfd57b0c4 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 23 Oct 2019 22:59:45 -0700 Subject: Temporarily remove apt instructions The built repository is not working. This will be updated when the release file is being generated correctly. --- content/docs/user_guide/install.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/content/docs/user_guide/install.md b/content/docs/user_guide/install.md index e18af233b..b4f378874 100644 --- a/content/docs/user_guide/install.md +++ b/content/docs/user_guide/install.md @@ -13,9 +13,13 @@ release channels. You should pick the version you'd like to install. For experimentation, the nightly release is recommended. For production use, the latest release is recommended. + + ### Nightly Nightly releases are built most nights from the master branch, and are available @@ -29,18 +33,26 @@ Specific nightly releases can be found at: Note that a release may not be available for every day. + + ### Latest release The latest official release is available at the following URL: `https://storage.googleapis.com/gvisor/releases/release/latest` + + ### Specific release A given release release is available at the following URL: @@ -49,21 +61,29 @@ A given release release is available at the following URL: See the [releases][releases] page for information about specific releases. + + ### Point release A given point release is available at the following URL: `https://storage.googleapis.com/gvisor/releases/release/${yyyymmdd}.${rc}` + + + + ## Install manually After selecting an appropriate `URL` above, you can download `runsc` directly -- cgit v1.2.3