@@ -23,7 +23,7 @@ Lima is expected to be used on macOS hosts, but can be used on Linux hosts as we
23
23
24
24
✅ Intel on ARM
25
25
26
- ✅ Various guest Linux distributions: [ Ubuntu ] ( ./examples/ubuntu .yaml ) , [ Debian ] ( ./examples/debian .yaml ) , [ Fedora ] ( ./examples/fedora .yaml ) , [ Alpine ] ( ./examples/alpine .yaml ) , [ Arch Linux ] ( ./examples/archlinux .yaml ) , [ openSUSE] ( ./examples/opensuse.yaml ) , [ CentOS ] ( ./examples/centos .yaml ) ...
26
+ ✅ Various guest Linux distributions: [ Alpine ] ( ./examples/alpine .yaml ) , [ Arch Linux ] ( ./examples/archlinux .yaml ) , [ CentOS ] ( ./examples/centos .yaml ) , [ Debian ] ( ./examples/debian .yaml ) , [ Fedora ] ( ./examples/fedora .yaml ) , [ openSUSE] ( ./examples/opensuse.yaml ) , [ Ubuntu ] ( ./examples/ubuntu .yaml ) (default), ...
27
27
28
28
Related project: [ sshocker (ssh with file sharing and port forwarding)] ( https://github.com/lima-vm/sshocker )
29
29
@@ -240,7 +240,7 @@ Alternatively, you may also directly ssh into the guest: `ssh -p 60022 -i ~/.lim
240
240
Yes, it should work, but not regularly tested on ARM (due to lack of CI).
241
241
242
242
#### "Can I run non-Ubuntu guests?"
243
- Debian, Fedora, Alpine, Arch Linux, openSUSE, and CentOS are also known to work.
243
+ Alpine, Arch Linux, CentOS, Debian, Fedora, and openSUSE are also known to work.
244
244
See [ ` ./examples/ ` ] ( ./examples/ ) .
245
245
246
246
An image has to satisfy the following requirements:
@@ -256,12 +256,14 @@ An image has to satisfy the following requirements:
256
256
#### "Can I run other container engines such as Docker and Podman? What about Kubernetes?"
257
257
Yes, any container engine should work with Lima.
258
258
259
- See examples:
259
+ Container runtime examples:
260
260
- [ ` ./examples/docker.yaml ` ] ( ./examples/docker.yaml ) : Docker
261
261
- [ ` ./examples/podman.yaml ` ] ( ./examples/podman.yaml ) : Podman
262
262
- [ ` ./examples/singularity.yaml ` ] ( ./examples/singularity.yaml ) : Singularity
263
- - [ ` ./examples/k8s.yaml ` ] ( ./examples/k8s.yaml ) : Kubernetes (kubeadm)
263
+
264
+ Container orchestrator examples:
264
265
- [ ` ./examples/k3s.yaml ` ] ( ./examples/k3s.yaml ) : Kubernetes (k3s)
266
+ - [ ` ./examples/k8s.yaml ` ] ( ./examples/k8s.yaml ) : Kubernetes (kubeadm)
265
267
- [ ` ./examples/nomad.yaml ` ] ( ./examples/nomad.yaml ) : Nomad
266
268
267
269
The default Ubuntu image also contains LXD. Run` lima sudo lxc init ` to set up LXD.
0 commit comments