Skip to content
#

firecracker

Here are 43 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 May 11, 2022
  • Go
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
cherrybomb
remyleone
remyleone commented May 6, 2022

Is your feature request related to a problem? Please describe.

I would like to install and receive upgrades for cherrybomb using my package manager on macOS. Homebrew.

Describe the solution you'd like

I would like to do a brew install cherrybomb to install cherrybomb to the latest version.

Describe alternatives you've considered

Installing it using a script. I would pref

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
richardcase
richardcase commented Nov 30, 2021

Describe the solution you'd like:
If the Get returns a microvm with a status of failed then we should have an failure reason/message

Why do you want this feature:
This is so we can report the error in the capmvm machine controller.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

kind/feature good first issue help wanted area/api

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