Registry /
cloud / firecracker-microvm-firecracker-go-sdk
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
firecracker
✓ github.com/firecracker-microvm/firecracker-go-sdk
List Firecracker microVMs
package main
import (
"context"
"github.com/firecracker-microvm/firecracker-go-sdk"
)
func main() {
ctx := context.Background()
client := firecracker.NewClient("unix:///run/firecracker.socket", nil, false)
vms, _ := client.ListVMs(ctx)
println(len(vms))
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.