about summary refs log tree commit diff
path: root/users/fcuny/exp/containerd-to-vm/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(fcuny/exp): delete containerd-to-vmFranck Cuny2022-10-051-26/+0
| | | | The code is in https://github.com/fcuny/containerd-to-vm
* Makefile: install binaries and configsFranck Cuny2022-06-111-6/+23
| | | | | | | To help working on this project in the future, let's try to install dependencies and configurations with `make`. For now we know that we need the firecracker binary, the CNI configuration and the CNI plugin for TAP.
* hack: firecracker binary and CNI configurationFranck Cuny2022-06-111-0/+6
| | | | | | | | | 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`.
* add MakefileFranck Cuny2022-06-111-0/+3