about summary refs log tree commit diff
path: root/users/fcuny/exp/containerd-to-vm/.gitignore
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-05-15 13:49:50 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-11 13:57:42 -0700
commitad14725973ff3b5fe05f34e53650f4b34e65d06b (patch)
treed016c30cf4af19c7d8a028beeef1445521fae67d /users/fcuny/exp/containerd-to-vm/.gitignore
parentgit: ignore binary (diff)
downloadworld-ad14725973ff3b5fe05f34e53650f4b34e65d06b.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 'users/fcuny/exp/containerd-to-vm/.gitignore')
-rw-r--r--users/fcuny/exp/containerd-to-vm/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/fcuny/exp/containerd-to-vm/.gitignore b/users/fcuny/exp/containerd-to-vm/.gitignore
index 6f01038..aaebe20 100644
--- a/users/fcuny/exp/containerd-to-vm/.gitignore
+++ b/users/fcuny/exp/containerd-to-vm/.gitignore
@@ -1,2 +1,5 @@
 /cmd/c2vm/c2vm
 /c2vm
+/hack/firecracker.tgz
+/hack/firecracker/
+/hack/linux/