From 0614cdb4dfe14ef317416135e128fa567f6007db Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Wed, 3 Apr 2019 09:07:06 -0700 Subject: [PATCH] Update _index.md --- content/docs/user_guide/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/user_guide/_index.md b/content/docs/user_guide/_index.md index 8bc261fdc..803ad00f1 100644 --- a/content/docs/user_guide/_index.md +++ b/content/docs/user_guide/_index.md @@ -3,10 +3,10 @@ title = "User Guide" weight = 10 +++ -gVisor can be used with Docker, Kubernetes, or directly using`runsc` with crafted OCI +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 + * [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.