From a97db7f29ab3b0ce55bef9a2c4bc919d39169132 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 15 May 2021 13:51:19 -0700 Subject: boot the VM The binary needs a few more arguments: the path to the firecracker binary, the path to a linux kernel. Using the image that was generated, we can now boot the VM with firecracker. This will rely on a CNI configuration to create the network, and will use the provided kernel to boot. --- users/fcuny/exp/containerd-to-vm/go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'users/fcuny/exp/containerd-to-vm/go.mod') diff --git a/users/fcuny/exp/containerd-to-vm/go.mod b/users/fcuny/exp/containerd-to-vm/go.mod index b033d54..9d3bfae 100644 --- a/users/fcuny/exp/containerd-to-vm/go.mod +++ b/users/fcuny/exp/containerd-to-vm/go.mod @@ -10,6 +10,7 @@ require ( github.com/containerd/fifo v0.0.0-20210331061852-650e8a8a179d // indirect github.com/containerd/typeurl v1.0.2 // indirect github.com/docker/docker v20.10.6+incompatible + github.com/firecracker-microvm/firecracker-go-sdk v0.22.0 github.com/gogo/googleapis v1.4.1 // indirect github.com/google/go-cmp v0.5.5 // indirect github.com/google/renameio v0.1.0 -- cgit 1.4.1