k3c
k3c copied to clipboard
Lightweight local container engine for container development
Go build is all good, and most of the boot-up, but the CNI drivers bundled are not for the correct architecture. CNI plugins are distributed for armhf/arm64 etc. i.e. https://github.com/alexellis/faasd#hacking-build-from-source...
also, consider implementing some sort of status endpoint for k3c agent such that probes can be constructed
It would be very cool, I think, to provide users with a route of installing `k3c` from source with minimal pre-requisites, limited to: - a working go installation (that's it)...
Hi team! Recently containerd released [`v1.4.0-beta.0`](https://github.com/containerd/containerd/releases/tag/v1.4.0-beta.0). I would like to try "lazy pull" functionalities on k3c for speeding up pull operation. Can we consider to bump it up? This project...
What's the plan for MacOS? I got this running nicely on my Dell XPS with Ubuntu 16.04, but I guess it's back to VMs and Vagrant for Macs?
Just capturing the design notes and TODOs from our design sessions with @ibuildthecloud @dweomer. These notes are incredibly raw. Just transfering my scribblings, so take them with a grain of...
Because of building k3c on CentOS 7 (7.8.2003) needs static libraries, there is the problem that CentOS has as default only dynamically linked libs. These libs are: glibc-static; libstdc++-static; libseccomp-2.3.1...
Logically this makes sense but it will surprise people. Either document the deviation or fix it to work like `docker rmi`.
I didn't see supported options of k3s to include docker save/load equivalent. Could you please add it, as it is life saver when the device is in offline mode and...
`.../pkg/daemon#resolveImage()` should return the digest matching the passed image name rather than simply the first digest encountered for the underlying image id. Causes #16