Fix path to runsc in CNI tutorial.

PiperOrigin-RevId: 364931406
This commit is contained in:
Ian Lewis
2021-03-24 18:01:05 -07:00
committed by gVisor bot
parent e4772bd845
commit c27fac421b
+1 -1
View File
@@ -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