lima icon indicating copy to clipboard operation
lima copied to clipboard

Linux virtual machines, with a focus on running containers

Results 573 lima issues
Sort by recently updated
recently updated
newest added

### Description On the current `HEAD` version (8b3bcaf2627552cc4fe7828951d8318b810368fe) DNS resolution is not functional on Fedora 35, but works on Fedora 36, although they both use `systemd-resolved`. ### Lima configs ```yaml...

guest/fedora

### Description ❯ limactl start template://vmnet ? Creating an instance "vmnet" Proceed with the current configuration FATA[0000] networks.yaml field `paths.socketVMNet` error: file "/opt/homebrew/opt/socket_vmnet" is a symlink

component/network/vmnet

### 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

### Description I documented this issue with iVPN here: https://github.com/ivpn/desktop-app/issues/278 since an iVPN account is required to troubleshoot this. I'm not sure whether this issue pertains to iVPN, or to...

kind/external

### Description ``` log {"level":"info","msg":"Replacing \"http_proxy\" value \"http://127.0.0.1:7890\" with \"http://192.168.5.2:7890\"","time":"2022-11-24T19:59:23+08:00"} {"level":"info","msg":"Replacing \"https_proxy\" value \"http://127.0.0.1:7890\" with \"http://192.168.5.2:7890\"","time":"2022-11-24T19:59:23+08:00"} {"level":"debug","msg":"Creating iso file /Users/xxx/.lima/oracle/cidata.iso","time":"2022-11-24T19:59:23+08:00"} {"level":"debug","msg":"Using /var/folders/56/5j82q2lx34vcm7zxrp_m11hh0000gn/T/diskfs_iso3912373468 as workspace","time":"2022-11-24T19:59:23+08:00"} {"level":"debug","msg":"OpenSSH version 9.0.1 detected","time":"2022-11-24T19:59:23+08:00"} {"level":"debug","msg":"AES accelerator...

component/vz

Closes #2305 https://pypi.org/project/check-jsonschema/ Actually found two bugs, with the current code: ``` Schema validation errors were encountered. examples/default.yaml::$.vmType: None is not of type 'string' examples/default.yaml::$.os: None is not of type...

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.16 to 1.7.17. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.17 Welcome to the v1.7.17 release of containerd! The seventeenth patch release for containerd 1.7 contains various...

dependencies
go

Bumps the k8s group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/api` from 0.28.8 to 0.30.1 Commits 41b1806 Update dependencies to v0.30.1 tag 0fd470c Merge pull request #124702aojea/automated-cherry-pick-of-#124572 a669f18...

dependencies
go

### Description There was some discussion about using json-schema.org for documentation, which doesn't go very well... But it could still be used for syntax-checking the lima.yaml, similar to what is...