firecracker-microvm / firecracker-demo

A demo running 4000 Firecracker microVMs.
http://firecracker-microvm.io
Apache License 2.0
247 stars 56 forks source link

Script missing #31

Closed nbrandaleone closed 3 years ago

nbrandaleone commented 4 years ago

In the 0.inital-setup.sh setup script, it refers to another script on line 14. This new script "./setup-network-taps.sh" does not exist in the directory.

alannair commented 3 years ago

It is present in the scripts directory. In the 0.initial-setup.sh script, the scripts directory is pushed onto the current directory stack via pushd before executing the setup-network-taps.sh script.

dianpopa commented 3 years ago

Hi,

Thanks @alannair for the clarifications. @nbrandaleone Indeed the "setup-network-taps.sh" is located in the scripts directory.

Feel free to re-open in case you need any further guidance.