Commit 811a606
committed
feat(firecracker): launch with control socket instead of config file
Firecracker currently boots via --no-api --config-file, which disables
its control socket entirely. Switch to --api-sock so the socket stays
open and reachable after the guest starts, instead of driving
everything through a static config file.
Signed-off-by: Anamika AggarwaL <anamikaagg18@gmail.com>1 parent 8928c4c commit 811a606
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
112 | 113 | | |
113 | | - | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments