mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix path to runsc in CNI tutorial.
PiperOrigin-RevId: 364931406
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user