diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-05-15 13:51:19 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2021-05-15 13:51:19 -0700 |
| commit | 97e7a59291bf16c1dfa8e48b267116b4c66bc4c0 (patch) | |
| tree | 1de0d475a6573b261b88888c7b0ef39f5f8e15ac /go.mod | |
| parent | hack: firecracker binary and CNI configuration (diff) | |
| download | containerd-to-vm-97e7a59291bf16c1dfa8e48b267116b4c66bc4c0.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 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
