diff options
author | Ian Lewis <ianlewis@google.com> | 2020-01-21 01:11:58 -0500 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2020-01-21 01:11:58 -0500 |
commit | a910cc8fd10e508de56e97c2de2af289c1f1f7bb (patch) | |
tree | d41db4d1a236f32cd62b4d8a22a7ca25bdc0075e /content/docs/user_guide/install.md | |
parent | dcd8504d9866a9b0d95fadbff79e599f5d6893db (diff) | |
parent | 3bdcdb0097d4a1d499d78c9e5a50dab2e1a01e0a (diff) |
Merge branch 'lint-md'
Diffstat (limited to 'content/docs/user_guide/install.md')
-rw-r--r-- | content/docs/user_guide/install.md | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/content/docs/user_guide/install.md b/content/docs/user_guide/install.md index a76383b06..f25bc0d73 100644 --- a/content/docs/user_guide/install.md +++ b/content/docs/user_guide/install.md @@ -101,10 +101,10 @@ curl -fsSL https://gvisor.dev/archive.key | sudo apt-key add - Based on the release type, you will need to substitute `${DIST}` below, using one of: - * `master`: For HEAD. - * `nightly`: For nightly releases. - * `release`: For the latest release. - * `${yyyymmdd}`: For a specific releases (see above). +* `master`: For HEAD. +* `nightly`: For nightly releases. +* `release`: For the latest release. +* `${yyyymmdd}`: For a specific releases (see above). The repository for the release you wish to install should be added: @@ -158,12 +158,5 @@ optionally automatically configure Docker: runsc install ``` -[latest-nightly]: https://storage.googleapis.com/gvisor/releases/nightly/latest/runsc - -[latest-hash]: https://storage.googleapis.com/gvisor/releases/nightly/latest/runsc.sha512 - -[oci]: https://www.opencontainers.org - [old-linux]: /docs/user_guide/networking/#gso - [releases]: https://github.com/google/gvisor/releases |