From f4135148a842066ba9399e41bf030a650c291f49 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Tue, 2 Apr 2019 21:16:28 -0700 Subject: [PATCH] Expand user guide landing page --- content/docs/user_guide/_index.md | 10 +++++++--- 1 file 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