summaryrefslogtreecommitdiffhomepage
path: root/g3doc
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2021-03-24 17:55:06 -0700
committergVisor bot <gvisor-bot@google.com>2021-03-24 18:01:05 -0700
commitc27fac421b760e62a8becf5d2c53ddbdf4ae5a4c (patch)
treeacec054932e6d86330ebe53a448a0a6b2814901d /g3doc
parente4772bd84512c03ca431701dc139e126a885abd4 (diff)
Fix path to runsc in CNI tutorial.
PiperOrigin-RevId: 364931406
Diffstat (limited to 'g3doc')
-rw-r--r--g3doc/user_guide/tutorials/cni.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/g3doc/user_guide/tutorials/cni.md b/g3doc/user_guide/tutorials/cni.md
index a3507c25b..ee8d0ac92 100644
--- a/g3doc/user_guide/tutorials/cni.md
+++ b/g3doc/user_guide/tutorials/cni.md
@@ -131,7 +131,7 @@ sudo sh -c 'echo "Hello World!" > rootfs/var/www/html/index.html'
Next create the `config.json` specifying the network namespace.
```
-sudo /usr/local/bin/runsc spec \
+sudo runsc spec \
--cwd /var/www/html \
--netns /var/run/netns/${CNI_CONTAINERID} \
-- python -m http.server