firecracker-microvm / firecracker-go-sdk

An SDK in Go for the Firecracker microVM API
Apache License 2.0
466 stars 123 forks source link

Add `container_snapshot_path` to load snapshot request #508

Open CuriousGeorgiy opened 10 months ago

CuriousGeorgiy commented 10 months ago

Issue #, if available: firecracker-microvm/firecracker#4014

Description of changes: Forward the container_snapshot_path parameter of the firecracker load snapshot request.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

CuriousGeorgiy commented 10 months ago

/cc @fangn2 @swagatbora90 @bduffany

CuriousGeorgiy commented 10 months ago

This PR is not intended to be merged, it just serves as an illustration of what I want to achieve in firecracker-microvm/firecracker#4014.