blob: 8bc261fdc1bc7bb1451a78841b5d829f86816ac5 (
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/): 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
|