Skip to content

Add documentation for VM dev machine(using free or open source software) #1033

Open
@CorbanR

Description

@CorbanR

Some great documentation has been added via #940. However the current documentation is referencing paid software (such as VMware). It would be nice to figure out an alternative free option when setting up local dev.

Activity

gj

gj commented on Mar 22, 2019

@gj
Contributor

I'm all for adding documentation for alternatives, but just as a note the steps in #940 were done using the free "evaluation" copy of Fusion 🙂

CorbanR

CorbanR commented on Mar 22, 2019

@CorbanR
Author

You eventually have to buy Fusion if you want to continue to use it yes? The scope of this particular issue is to document a fully free and open source alternative local dev setup.

gj

gj commented on Mar 22, 2019

@gj
Contributor

It's possible to continue cycling the Fusion trial in perpetuity, but it's certainly not an ideal setup. I think this issue is really valuable and definitely didn't mean to suggest otherwise. I just wanted to point out that if "free" is the main qualifier, it's possible to achieve that with Fusion. That being said, not relying on a loophole in a trial version of a paid, closed source product definitely sounds like a better path forward 😄

raduweiss

raduweiss commented on Mar 24, 2019

@raduweiss
Contributor

I think the free&open dev setup is probably QEMU-based. If anyone wants to contribute instructions for that it would be great.

added
Good first issueIndicates a good issue for first-time contributors
Priority: LowIndicates that an issue or pull request should be resolved behind issues or pull requests labelled `
on Apr 8, 2019
karuppiah7890

karuppiah7890 commented on Mar 19, 2020

@karuppiah7890

@raduweiss I recently was able to run with VirtualBox in MacOS. Shall I put something together to tell how to run it and may be we can see if that could be added as a doc? I also used vagrant to manage the VM

raduweiss

raduweiss commented on Mar 20, 2020

@raduweiss
Contributor

Yeah, that would be useful. Feel free to open a PR against https://github.com/firecracker-microvm/firecracker/blob/master/docs/dev-machine-setup.md .

karuppiah7890

karuppiah7890 commented on Mar 21, 2020

@karuppiah7890

Okay! 😄

richardcase

richardcase commented on Nov 12, 2021

@richardcase
Contributor

Some of the engineers at WW are using Vagrant (and Virtualbox) to build a Linux machine for running Firecracker when using MacOS.

richardcase

richardcase commented on Nov 16, 2021

@richardcase
Contributor

@jmickey - your vagrant work could be adapted to help with this issues. wdyt?

JonathanWoollett-Light

JonathanWoollett-Light commented on Apr 29, 2024

@JonathanWoollett-Light
Contributor

We are open to further contribution to update the documentation here if anyone has an alternative.

added
Status: ParkedIndicates that an issues or pull request will be revisited later
on Jun 20, 2024
ambersongliu

ambersongliu commented on Apr 11, 2025

@ambersongliu

Hi @JonathanWoollett-Light ,

We are students at UT Austin working on issues for our virtualization class. If no one has taken this, we would love to work on it. Thank you!

bchalios

bchalios commented on Apr 16, 2025

@bchalios
Contributor

Yes, feel free to give it ago @ambersongliu. Thanks for the interest.

ambersongliu

ambersongliu commented on May 2, 2025

@ambersongliu

Hi all, we were thinking about proposing VirtualBox as the free alternative to VMWare. Here are some notes that I've taken about it. I'll work on the documentation of how to download VirtualBox with your go-ahead, or I can explore another technology!

VirtualBox is a cross-platform nested virtualization software that runs on Intel-based macOS and all modern Windows hosts. The core package is licensed under GNU GPL v2 and exposes VT-X/AMD-V extensions to guests to run KVM-style hypervisors (such as Firecracker) inside the VM.

Benefits of VirtualBox:

-Cross-platform support
-It is supported on 64-bit Windows and macOS (Sierra to Mojave)

  • Open source and free for commercial use
  • Nested virtualization support (VT-x/AMD-V)
  • Can integrate with tools, such as Vagrant, for provisioning
richardcase

richardcase commented on May 2, 2025

@richardcase
Contributor

we were thinking about proposing VirtualBox as the free alternative to VMWare.

Some of the people in a team that i worked in used VirtualBox when working on Firecracker related things. They generally used vagrant to create the VM: https://github.com/liquidmetal-dev/flintlock/blob/main/Vagrantfile

linked a pull request that will close this issue on May 7, 2025
linked a pull request that will close this issue[RFC] Create virtualbox guide #5194on May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Good first issueIndicates a good issue for first-time contributorsPriority: LowIndicates that an issue or pull request should be resolved behind issues or pull requests labelled `Status: ParkedIndicates that an issues or pull request will be revisited laterType: DocumentationIndicates a need for improvements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @richardcase@CorbanR@alxiord@karuppiah7890@JonathanWoollett-Light

    Issue actions

      Add documentation for VM dev machine(using free or open source software) · Issue #1033 · firecracker-microvm/firecracker