diff options
author | Ian Lewis <ianlewis@google.com> | 2020-01-17 02:13:07 -0500 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2020-01-17 02:13:07 -0500 |
commit | 10ec43c775afaa49ca638cd2d411e975e06dbe78 (patch) | |
tree | 70afacf314a23eacfc364be7d32171ecc05736b5 /content/docs/user_guide/quick_start | |
parent | 712a2829e75c7c8fce6a24df774ec38f72d14348 (diff) |
Clean up markdown lists
Diffstat (limited to 'content/docs/user_guide/quick_start')
-rw-r--r-- | content/docs/user_guide/quick_start/_index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/docs/user_guide/quick_start/_index.md b/content/docs/user_guide/quick_start/_index.md index bb35e748f..3d1524bc8 100644 --- a/content/docs/user_guide/quick_start/_index.md +++ b/content/docs/user_guide/quick_start/_index.md @@ -7,6 +7,6 @@ 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](./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](./oci/): Expert mode. Customize gVisor for your environment. |