Skip to content

feat(firecracker): launch with control socket instead of config file#809

Open
Anamika1608 wants to merge 1 commit into
urunc-dev:mainfrom
Anamika1608:firecracker-api-sock
Open

feat(firecracker): launch with control socket instead of config file#809
Anamika1608 wants to merge 1 commit into
urunc-dev:mainfrom
Anamika1608:firecracker-api-sock

Conversation

@Anamika1608

Copy link
Copy Markdown

Related to #112.

Today Firecracker boots via --no-api --config-file, which explicitly disables its control socket. This switches to --api-sock, so the socket stays open and reachable after the guest starts, instead of everything being driven through a static config file.

This is a minimal first step: the JSON config file is still generated the same way, only the launch flag changes.

@netlify

netlify Bot commented Jul 8, 2026

Copy link
Copy Markdown

Deploy Preview for urunc canceled.

Name Link
🔨 Latest commit 811a606
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/6a4e21f1d394260008885b01

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>
@Anamika1608 Anamika1608 force-pushed the firecracker-api-sock branch from 691f601 to 811a606 Compare July 8, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant