lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
### Description Currently lima sets up a "user" network, so that each VM gets host and internet access. It would be possible to set up a second "socket" network, so...
### Description limactl version: ``` $ limactl -v limactl version 0.8.2 ``` I ran `limactl start https://raw.githubusercontent.com/lima-vm/lima/master/examples/k8s.yaml`, chose to `Proceed with the default configuration`, and by the end of the...
### Description I am trying to bootstrap k8s VM on getting this issue: ```bash [ 89.492778] cloud-init[1361]: Cloud-init v. 21.4-0ubuntu1~20.04.1 finished at Mon, 11 Apr 2022 14:46:25 +0000. Datasource DataSourceNoCloud...
### Description For instance Vagrant had this concept of boxes, where you would hide complexity under a name. https://www.vagrantup.com/docs/boxes It has the same problems of central control and what not...
### Description Currently if a certain tool is needed in provision script and integrity protection is required the only option is to: 0. detect machine architecture to construct correct url...
Hello. I would like to give some ideas and advices about filesystem sharing. So, since we are using QEMU, lets see which options do we have: - VirtioFS. Looking very...
### Description Hello - The issue is happening when trying to `docker pull` an image of 1.2GB either on fedora 35, Ubuntu impish. The error is: ``` 5dcbdc60ea6b: Already exists...
### Description Currently you can use only raw source images ```yaml images: - location: "http://domain/image.qcow2" arch: "x86_64" digest: "sha512:123123" ``` Sometimes OS distributive does not have unarchived images on the...
### Description It might be less frustrating for users if we can make the YAML parser case-insensitive.
### Description Hi. I wonder if it's possible to override template parameters via limactl? For example: ```bash limactl start --name=default --template=default.yml --cpus=1 --memory=2GiB ``` If it's not very difficult I...