How is networking usually configured at boot inside Firecracker microVMs? #5667
Unanswered
ankushT369
asked this question in
Q&A
Replies: 1 comment
-
|
Hey @ankushT369, moving to QA Discussion. Firecracker lets you run a virtual machine like you would do in QEMU, so the same applies there. You can have the logic integrated in the disk image (like our images https://github.com/firecracker-microvm/firecracker/blob/main/resources/overlay/usr/local/bin/fcnet-setup.sh ), or you can use the Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m experimenting with Firecracker microVMs and currently configuring networking manually inside the guest (assigning IP, default route, DNS).
But I want that in boot time how can i do that!!! like more specifically I dont want to go the vm then execute commands to configure network.
Beta Was this translation helpful? Give feedback.
All reactions