diff options
author | Franck Cuny <franck@fcuny.net> | 2021-05-15 13:49:50 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-05-15 13:49:50 -0700 |
commit | d6974fd53ee53a2479977b07b09dcc2196376586 (patch) | |
tree | 28ab0c60acabca2603dc4c7f71755a1cfd2b5e0e /.gitignore | |
parent | git: ignore binary (diff) | |
download | containerd-to-vm-d6974fd53ee53a2479977b07b09dcc2196376586.tar.gz |
hack: firecracker binary and CNI configuration
Add a target to the Makefile to download a version of firecracker and extract it under the repository hack/firecracker. We will then use this binary for running the VM. Add a CNI configuration under hack/cni. This configuration will need to be copied to `/etc/cni/conf.d`.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f01038..aaebe20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /cmd/c2vm/c2vm /c2vm +/hack/firecracker.tgz +/hack/firecracker/ +/hack/linux/ |