ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Ignite a Firecracker microVM

Results 124 ignite issues
Sort by recently updated
recently updated
newest added

Is a proper separation between cmd and logic in planning? This would allow developers to use ignite as sdk. For example: If you want to [execute a command programmatically](https://github.com/weaveworks/ignite/blob/84f4c84ae5b3f1b924ad5ba7521328de1a1c0f89/cmd/ignite/run/exec.go#L35) in...

I was trying to find a good example of e2e UX for mounting volumes. I've only been able to find this https://github.com/weaveworks/ignite/blob/main/e2e/run_volume_test.go#L17 Is there a better, user-friendly example?

I may be missing something, but the farthest I managed to get was having the VM boot properly, and then need to do ```ignite exec $COMMAND``` or SSH to it...

i am attempting to nest virtualized VMs, i want to simulate a network. i think the issue is with kernel modules inside the ignite vm, see here: ``` root@localhost:~# kvm-ok...

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 4.2.0. Release notes Sourced from actions/setup-python's releases. Add check-latest input and bug fixes In scope of this release we add the check-latest input. If check-latest ...

dependencies
github_actions

I'm not sure if this question is best suited to this repository or [firecracker-microvm/firecracker](https://github.com/firecracker-microvm/firecracker) but I'm hoping someone might be able to help out. Using the socket (in `/var/lib/firecracker/vm/{vm-id}/firecracker.sock`, I'm...

I'm trying to run an ignite VM on my dedicated server. I've followed the guide on https://ignite.readthedocs.io/en/stable/installation/. ``` $ lscpu | grep Virtualization Virtualization: AMD-V $ lsmod | grep kvm...

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - images/alpine/Dockerfile.old We recommend...

Seems like stock alpine FC ext4 image is rather old. Rebase it using edge tar from alpine project