From c27fac421b760e62a8becf5d2c53ddbdf4ae5a4c Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 24 Mar 2021 17:55:06 -0700 Subject: Fix path to runsc in CNI tutorial. PiperOrigin-RevId: 364931406 --- g3doc/user_guide/tutorials/cni.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g3doc/user_guide') 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 -- cgit v1.2.3