diff options
author | Ian Lewis <ianlewis@google.com> | 2020-05-20 16:04:16 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-20 16:05:49 -0700 |
commit | 61e68798828b500f093c4c129cb87361c2fe4a4f (patch) | |
tree | 58ddcdb52461ab4021793e406244992aa814a6ad /g3doc/user_guide/install.md | |
parent | a338eed1d8210acf6c43f9c047b3a1a3f5742c99 (diff) |
Update the Docker quickstart to use 'runsc install'
PiperOrigin-RevId: 312573487
Diffstat (limited to 'g3doc/user_guide/install.md')
-rw-r--r-- | g3doc/user_guide/install.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/g3doc/user_guide/install.md b/g3doc/user_guide/install.md index 0de2b9932..9afdd264d 100644 --- a/g3doc/user_guide/install.md +++ b/g3doc/user_guide/install.md @@ -150,11 +150,8 @@ users, and ensure it is executable by all users**, since `runsc` executes itself as user `nobody` to avoid unnecessary privileges. The `/usr/local/bin` directory is a good place to put the `runsc` binary. -After installation, the`runsc` binary comes with an `install` command that can -optionally automatically configure Docker: - -```bash -runsc install -``` +After installation, try out `runsc` by following the +[Docker Quick Start](./quick_start/docker.md) or +[OCI Quick Start](./quick_start/oci.md). [releases]: https://github.com/google/gvisor/releases |