Store API sockets in runtime dir
This commit is contained in:
parent
f8e7aedeb2
commit
68a223c463
2 changed files with 6 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ Each VM writes a metadata file at `state/vms/<id>/info` with the following field
|
|||
- `created_at`: timestamp when the VM was launched.
|
||||
- `guest_ip`: IP address assigned to the guest.
|
||||
- `tap`: host TAP interface name attached to the bridge.
|
||||
- `api_sock`: path to the Firecracker API socket.
|
||||
- `api_sock`: path to the Firecracker API socket (stored under `$XDG_RUNTIME_DIR/banger/` when available).
|
||||
- `log`: path to the Firecracker log file.
|
||||
- `base_loop`: loop device backing the base rootfs (if present).
|
||||
- `cow_file`: copy-on-write image file (if present).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue