summaryrefslogtreecommitdiffhomepage
path: root/content/docs/user_guide/_index.md
blob: 803ad00f17206960abe8aba1e36b9d8695fe95df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
+++
title = "User Guide"
weight = 10
+++

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/): The 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.