diff options
Diffstat (limited to 'g3doc')
-rw-r--r-- | g3doc/user_guide/tutorials/cni.md | 2 |
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 |