Skip to content

Commit 763722e

Browse files
committed
docs: sort
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 0f31883 commit 763722e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Lima is expected to be used on macOS hosts, but can be used on Linux hosts as we
2323

2424
✅ Intel on ARM
2525

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), ...
2727

2828
Related project: [sshocker (ssh with file sharing and port forwarding)](https://github.com/lima-vm/sshocker)
2929

@@ -240,7 +240,7 @@ Alternatively, you may also directly ssh into the guest: `ssh -p 60022 -i ~/.lim
240240
Yes, it should work, but not regularly tested on ARM (due to lack of CI).
241241

242242
#### "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.
244244
See [`./examples/`](./examples/).
245245

246246
An image has to satisfy the following requirements:
@@ -256,12 +256,14 @@ An image has to satisfy the following requirements:
256256
#### "Can I run other container engines such as Docker and Podman? What about Kubernetes?"
257257
Yes, any container engine should work with Lima.
258258

259-
See examples:
259+
Container runtime examples:
260260
- [`./examples/docker.yaml`](./examples/docker.yaml): Docker
261261
- [`./examples/podman.yaml`](./examples/podman.yaml): Podman
262262
- [`./examples/singularity.yaml`](./examples/singularity.yaml): Singularity
263-
- [`./examples/k8s.yaml`](./examples/k8s.yaml): Kubernetes (kubeadm)
263+
264+
Container orchestrator examples:
264265
- [`./examples/k3s.yaml`](./examples/k3s.yaml): Kubernetes (k3s)
266+
- [`./examples/k8s.yaml`](./examples/k8s.yaml): Kubernetes (kubeadm)
265267
- [`./examples/nomad.yaml`](./examples/nomad.yaml): Nomad
266268

267269
The default Ubuntu image also contains LXD. Run`lima sudo lxc init` to set up LXD.

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Default: [`default.yaml`](../pkg/limayaml/default.yaml) (Ubuntu, with containerd
55
Distro:
66
- [`alpine.yaml`](./alpine.yaml): Alpine Linux
77
- [`archlinux.yaml`](./archlinux.yaml): Arch Linux
8+
- [`centos.yaml`](./centos.yaml): CentOS Linux
89
- [`debian.yaml`](./debian.yaml): Debian GNU/Linux
910
- [`fedora.yaml`](./fedora.yaml): Fedora
10-
- [`centos.yaml`](./centos.yaml): CentOS Linux
1111
- [`opensuse.yaml`](./opensuse.yaml): openSUSE Leap
1212
- [`ubuntu.yaml`](./ubuntu.yaml): Ubuntu (same as `default.yaml` but without extra YAML lines)
1313

@@ -18,8 +18,8 @@ Container engines:
1818
- LXD is installed in the default Ubuntu template, so there is no `lxd.yaml`
1919

2020
Container orchestration:
21-
- [`k8s.yaml`](./k8s.yaml): Kubernetes via kubeadm
2221
- [`k3s.yaml`](./k3s.yaml): Kubernetes via k3s
22+
- [`k8s.yaml`](./k8s.yaml): Kubernetes via kubeadm
2323
- [`nomad.yaml`](./nomad.yaml): Nomad
2424

2525
Others:

0 commit comments

Comments
 (0)