diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-04-02 21:16:28 -0700 |
---|---|---|
committer | Fabricio Voznika <fvoznika@gmail.com> | 2019-04-04 22:52:18 -0700 |
commit | f4135148a842066ba9399e41bf030a650c291f49 (patch) | |
tree | 7db89367804a204d4598239c27a2136e735443bc | |
parent | cb50f7736697225821faec505d0229e250f1251e (diff) |
Expand user guide landing page
-rw-r--r-- | content/docs/user_guide/_index.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/content/docs/user_guide/_index.md b/content/docs/user_guide/_index.md index 82b4cf845..8bc261fdc 100644 --- a/content/docs/user_guide/_index.md +++ b/content/docs/user_guide/_index.md @@ -3,6 +3,10 @@ title = "User Guide" weight = 10 +++ -Using gVisor for the first time? To get started, use either the [Docker Quick -Start](./docker/), the [OCI Quick Start](./oci/) or select a specific topic via -the menu. +gVisor can be used with Docker, Kubernetes, or directly using`runsc` with crafted OCI +spec for your container. Use the links below to see detailed instructions for each +of them: + + * [Docker](./docker/): quickest and easiest way to get started + * [Kubernetes](./kubernetes/): isolate Pods in your K8s cluster with gVisor + * [OCI Quick Start](./oci/): expert mode. Customize gVisor for your environment |