Skip to content
#

firecracker

Here are 35 public repositories matching this topic...

Kata Containers version 2.x repository. Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/

  • Updated Jul 13, 2021
  • Go
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 firecracker 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 firecracker topic, visit your repo's landing page and select "manage topics."

Learn more