diff options
author | Ian Lewis <ianlewis@google.com> | 2020-01-14 03:13:46 -0500 |
---|---|---|
committer | Fabricio Voznika <fvoznika@gmail.com> | 2020-01-14 10:08:32 -0800 |
commit | dcd8504d9866a9b0d95fadbff79e599f5d6893db (patch) | |
tree | b17c0a07c9e185472d3d3360a76f8b2f11ee78c2 | |
parent | eae7c2f6bd27f7553d77e60842a4bddc09cac5c5 (diff) |
Change weight of CNI tutorial
-rw-r--r-- | content/docs/tutorials/cni.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/tutorials/cni.md b/content/docs/tutorials/cni.md index da0974a69..b8abc8689 100644 --- a/content/docs/tutorials/cni.md +++ b/content/docs/tutorials/cni.md @@ -1,6 +1,6 @@ +++ title = "Using CNI" -weight = 1 +weight = 12 +++ This tutorial will show you how to set up networking for a gVisor sandbox using |