The Wayback Machine - https://web.archive.org/web/20220602105658/https://github.com/topics/containerd
Skip to content
#

containerd

Here are 140 public repositories matching this topic...

faasd
ginglis13
ginglis13 commented Apr 8, 2022

if using one of the GitHub dark themes, it is near impossible to view documentation images such as

https://github.com/firecracker-microvm/firecracker-containerd/blob/main/docs/img/design-overview.png

and

https://github.com/firecracker-microvm/firecracker-containerd/blob/main/docs/img/design-sequence-diagram.png

due to their usage of black text and transparent background.

It would b

good first issue documentation exp/beginner
imeoer
imeoer commented Jun 2, 2022

A personal idea by @hsiangkao, but I agree with the point.

  1. Allow ctr/crictl/nerdctl pull directly without nydus snapshotter;
  2. Use zstd:chunked/estargz compression algorithm for blob layer;
  3. Allow lzay pull for each blob layer with nydus snapshotter;
  4. The bootstrap layer (as final layer) is compatible with erofs format (erofs on fscache), and wrap with tar (allow pulling without ny
enhancement good first issue help wanted
vhive
ustiugov
ustiugov commented Jul 1, 2021

Currently, ctriface/ doesn't pick up environment variables from the knative manifests. Firecracker-containerd supports it at a the container creation time as a runtime argument to the corresponding API call.

Example:

	container, err := o.client.NewContainer(
		ctx,
		vmID,
		containerd.WithSnapshotter(o.snapshotter),
		containerd.WithNewSnapshot(vmID, *vm.Image),
		containerd.With
enhancement help wanted good first issue

Agorakube is a Certified Kubernetes Distribution built on top of CNCF ecosystem that provides an enterprise grade solution following best practices to manage a conformant Kubernetes cluster for on-premise and public cloud providers.

  • Updated May 31, 2022
  • Jinja

Improve this page

Add a description, image, and links to the containerd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the containerd topic, visit your repo's landing page and select "manage topics."

Learn more