diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-05-15 13:51:19 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-06-11 13:57:42 -0700 |
| commit | a97db7f29ab3b0ce55bef9a2c4bc919d39169132 (patch) | |
| tree | 67189b8228c2ba0572fe0a5a81cbe9c9a7e90184 /users/fcuny/exp/containerd-to-vm/go.mod | |
| parent | hack: firecracker binary and CNI configuration (diff) | |
| download | infra-a97db7f29ab3b0ce55bef9a2c4bc919d39169132.tar.gz | |
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.
Diffstat (limited to 'users/fcuny/exp/containerd-to-vm/go.mod')
| -rw-r--r-- | users/fcuny/exp/containerd-to-vm/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
