diff options
Diffstat (limited to 'content')
-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 |