lima
lima copied to clipboard
Linux virtual machines, with a focus on running containers
Allows users to customize their early boot workflow by specifying `bootCmds`. These commands are run by `cloud-init-local.service`, which runs before `cloud-init.service` (which only starts after the network is up), and...
In fedora, singularity-3.8.7 was replaced with apptainer-1.0.3 https://singularity.hpcng.org/ https://apptainer.org/news/community-announcement-20211130 So the example should be renamed too, to reflect the reality. ---- SingularityCE has **not** been packaged as dnf, only from...
EL8 distros do not work on M1: - https://github.com/lima-vm/lima/issues/841 So I'm planning to promote `{rocky, almalinux, oracle, centos-stream}-9` from experimental: e.g., `experimental/rocky-9.yaml` -> `rocky.yaml` The old `rocky.yaml` will be renamed...
The type of ` CPUType map[Arch]string` is now changed to `map[Arch]*string`, as `pkg/reflectutil.Merge()` is designed to distinguish "empty" from "nil".
### Description There is an issue to support building and running Lima in FreeBSD host but no a suggestion to support running FreeBSD, OpenBSD, NetBSD inside the VM. Main use...
### Description Lima currently tries to have sane defaults per every OS it supports when installing system dependencies (such as `iptables`, `fuse`, `sshfs`, etc.). This works great most of the...
# Background According to the [official installation guide for Ubuntu](https://docs.docker.com/engine/install/ubuntu/#install-using-the-convenience-script), using [get.docker.com](get.docker.com) script is not recommanded for production environment. > Docker provides a convenience script at [get.docker.com](https://get.docker.com/) to install Docker...
### Description limactl version 0.12.0 macOS 12.6 Fedora: https://github.com/lima-vm/lima/blob/fc783ec455a91d70639f9a1d7f22e9890fe6b1cd/examples/fedora.yaml) ```bash $ uname -a Linux lima-default 5.17.5-300.fc36.x86_64 #1 SMP PREEMPT Thu Apr 28 15:51:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ```...
The current script was assuming that "default" is Ubuntu LTS... But now it is possible to mix and match names and templates. Closes #1086