lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
Hi I'm running lima v0.7.2 and can't seem to get UDP ports to forward to the host as TCP ports are. Is this a known issue/expected behaviour? I'm trying to...
### Description When using limactl with a podman instance and fuse sshfs for volume mounts, the podman instance will come up successfully just fine, but on subsequent attempts, it fails...
please find the error logs below: [ 27.446390] cloud-init[929]: Ign:1 http://archive.ubuntu.com/ubuntu impish/universe amd64 libfuse3-3 amd64 3.10.3-2 [ 27.576045] cloud-init[929]: Ign:2 http://archive.ubuntu.com/ubuntu impish/universe amd64 fuse3 amd64 3.10.3-2 [ 29.584675] cloud-init[929]: Ign:1...
lima+X11
Is it possible short of the vsock work being completed to easily tunnel X11 connections over ssh from the lima VM to Xquartz? Obviously connected to https://github.com/lima-vm/lima/issues/2
For halting the emulation and putting the VM into paused run state. Also query the status of running instances, when showing in "list". ``` NAME STATUS SSH ARCH CPUS MEMORY...
### Description It's like how GitHub did for workflow _steps_. We can see which _provision_ is executing currently. It would be nice to add a `name: string` field into [provision](https://github.com/lima-vm/lima/blob/2b6db749c5ee63f758741e0891f1915978611b16/pkg/limayaml/limayaml.go#L83-L86)....
This PR includes: - example YAML configuration of Amazon Linux 2 on Lima. As of now (2021-Feb-03): - containerd does not seem to work * stucks at `sshfs binary to...
Hi! I have a few mounts configured like the following: ```yaml mounts: - location: "~" writable: false - location: "/tmp/lima" writable: true - location: "/opt/lima" writable: true ``` When the...
``` Intel Mac ``` default config ``` $ limactl start ? Creating an instance "default" Proceed with the default configuration INFO[0003] Downloading "https://github.com/containerd/nerdctl/releases/download/v0.11.2/nerdctl-full-0.11.2-linux-amd64.tar.gz" (sha256:27dbb238f9eb248ca68f11b412670db51db84905e3583834400305b2149915f2) INFO[0003] Using cache "/Users/ghost/Library/Caches/lima/download/by-url-sha256/b4f5bbd91357ecaeb7f48edc2ba3a9ae42bfebf05436bdd5acbf4a8a8a4f33f0/data" INFO[0004] Attempting...
It'd be nice to delete all instances at once by using --all flag provided in the delete command. ```shell $ limactl list NAME STATUS SSH ARCH CPUS MEMORY DISK DIR...