Expand user guide landing page

This commit is contained in:
Fabricio Voznika 2019-04-02 21:16:28 -07:00 committed by Fabricio Voznika
parent cb50f77366
commit f4135148a8
1 changed files with 7 additions and 3 deletions

View File

@ -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