mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 07:19:06 +00:00
Add a basic `Makefile` to allow a runtime to be built: - Clear Containers-based Kata runtime: ``` $ make KATA_RUNTIME=cc [install] ``` - `runv`-based Kata runtime: ``` $ make KATA_RUNTIME=runv [install] ``` Fixes #15. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com> |
||
---|---|---|
cc-runtime@de1b8f593f | ||
runv@299f4e6493 | ||
.gitmodules | ||
.pullapprove.yml | ||
LICENSE | ||
Makefile |