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

containerd

Here are 122 public repositories matching this topic...

talos
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

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