Skip to content

Commit e87590a

Browse files
committed
examples/README.md: sort
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 3169e6c commit e87590a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

examples/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,38 +20,38 @@ Distro:
2020
- [`rocky-9.yaml`](./rocky-9.yaml), `rocky.yaml`: Rocky Linux 9
2121
- [`ubuntu.yaml`](./ubuntu.yaml): Ubuntu (same as `default.yaml` but without extra YAML lines)
2222
- [`ubuntu-lts.yaml`](./ubuntu-lts.yaml): Ubuntu LTS (same as `ubuntu.yaml` but pinned to an LTS version)
23+
- [`deprecated/centos-7.yaml`](./deprecated/centos-7.yaml): [deprecated] CentOS Linux 7
24+
- [`experimental/opensuse-tumbleweed.yaml`](experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed
2325

2426
Container engines:
27+
- [`apptainer.yaml`](./apptainer.yaml): Apptainer
28+
- [`apptainer-rootful.yaml`](./apptainer-rootful.yaml): Apptainer (rootful)
2529
- [`docker.yaml`](./docker.yaml): Docker
2630
- [`docker-rootful.yaml`](./docker-rootful.yaml): Docker (rootful)
2731
- [`podman.yaml`](./podman.yaml): Podman
2832
- [`podman-rootful.yaml`](./podman-rootful.yaml): Podman (rootful)
29-
- [`apptainer.yaml`](./apptainer.yaml): Apptainer
30-
- [`apptainer-rootful.yaml`](./apptainer-rootful.yaml): Apptainer (rootful)
3133
- LXD is installed in the default Ubuntu template, so there is no `lxd.yaml`
3234

3335
Container image builders:
3436
- [`buildkit.yaml`](./buildkit.yaml): BuildKit
3537

3638
Container orchestration:
39+
- [`faasd.yaml`](./faasd.yaml): [Faasd](https://docs.openfaas.com/deployment/faasd/)
3740
- [`k3s.yaml`](./k3s.yaml): Kubernetes via k3s
3841
- [`k8s.yaml`](./k8s.yaml): Kubernetes via kubeadm
3942
- [`nomad.yaml`](./nomad.yaml): Nomad
40-
- [`faasd.yaml`](./faasd.yaml): [Faasd](https://docs.openfaas.com/deployment/faasd/)
4143

42-
Others:
44+
Optional feature enablers:
4345
- [`vmnet.yaml`](./vmnet.yaml): ⭐enable [`vmnet.framework`](../docs/network.md)
44-
- [`deprecated/centos-7.yaml`](./deprecated/centos-7.yaml): [deprecated] CentOS Linux 7
45-
- [`experimental/opensuse-tumbleweed.yaml`](experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed
4646
- [`experimental/9p.yaml`](experimental/9p.yaml): [experimental] use 9p mount type
4747
- [`experimental/riscv64.yaml`](experimental/riscv64.yaml): [experimental] RISC-V
4848

4949
Lost+found:
5050
- ~`centos.yaml`~: Removed in Lima v0.8.0, as CentOS 8 reached [EOL](https://www.centos.org/centos-linux-eol/).
51-
Replaced by [`rocky.yaml`](./rocky.yaml), [`almalinux.yaml`](./almalinux.yaml), [`oraclelinux.yaml`](./oraclelinux.yaml),
52-
and [`centos-stream.yaml`](./centos-stream.yaml).
51+
Replaced by [`almalinux.yaml`](./almalinux.yaml), [`centos-stream.yaml`](./centos-stream.yaml), [`oraclelinux.yaml`](./oraclelinux.yaml),
52+
and [`rocky.yaml`](./rocky.yaml).
5353
- ~`singularity.yaml`~: Moved to [`apptainer-rootful.yaml`](./apptainer-rootful.yaml) in Lima v0.13.0, as Singularity was renamed to Apptainer.
54-
- ~`experimental/apptainer.yaml`~: Moved to [`apptainer.yaml`](./apptainer.yaml) in Lima v0.13.0
54+
- ~`experimental/apptainer.yaml`~: Moved to [`apptainer.yaml`](./apptainer.yaml) in Lima v0.13.0.
5555
- ~`experimental/{almalinux,centos-stream-9,oraclelinux,rocky}-9.yaml`~: Moved to [`almalinux-9.yaml`](./almalinux.yaml), [`centos-stream-9.yaml`](./centos-stream-9.yaml),
5656
[`oraclelinux-9.yaml`](./oraclelinux-9.yaml), and [`rocky-9.yaml`](./rocky-9.yaml) in Lima v0.13.0.
5757

0 commit comments

Comments
 (0)