Anders Björklund

Results 159 issues of Anders Björklund

Similar to the docker-machine "generic" driver, bring your own virtual machine (or physical server) Not so useful in itself, but not so bad when made into a real driver or...

### Description Once upon a time, there was something called Docker Machine and it was running on VirtualBox. It did have some other drivers, like [qemu](https://github.com/machine-drivers/docker-machine-driver-qemu), but the virtualbox driver...

After hiding the INFO messages, enable _some_ progress. `Starting "default"` `READY.` Showing the requirements as a progress bar, using `pb`. Closes #1311

### Description Add a generic driver for external virtual machines and physical servers. It is similar to running `ssh`, but includes all the Lima features like agent. --- The user...

### Description It is possible to boot into single user mode with qemu, at the moment. see https://github.com/lima-vm/lima/issues/974#issuecomment-1879668509 It should be possible to do this with vz, but it is...

documentation

### Description > This repository has been archived by the owner on Sep 24, 2023. It is now read-only. https://github.com/AlecAivazis/survey/commit/160123ed7175f77bc8625b59c44b8dc03f5333e3 Might want to look for a replacement, or use a...

area/cli

### Description You can use libvirt for talking to the local libvirtd, but it can also open a remote connection: https://libvirt.org/remote.html This makes it interesting for starting the QEMU machine...

### Description Currently the link goes to the Slack inviter, https://slack.cncf.io/ - from https://lima-vm.io/community/ Apparently this is how you link directly to a channel: https://cloud-native.slack.com/messages/lima/ ---- Not sure there is...

documentation

### Description There was some question in Slack, about supporting also FreeBSD guests. I guess it would be "freema" or something, and not just "lima", but it is doable... There...

### Description Currently the documentation is a bit sparse: > - To install Lima from the source, run `make && make install`. We could mention that you need git and...

documentation