You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ It may work on NetBSD and Windows hosts as well.
25
25
26
26
✅ Intel on ARM
27
27
28
-
✅ Various guest Linux distributions: Ubuntu, Debian, Fedora, ...
28
+
✅ Various guest Linux distributions: [Ubuntu](./examples/ubuntu.yaml), [Debian](./examples/debian.yaml), [Fedora](./examples/fedora.yaml), [Alpine](./examples/alpine.yaml), ...
29
29
30
30
Related project: [sshocker (ssh with file sharing and port forwarding)](https://github.com/AkihiroSuda/sshocker)
31
31
@@ -209,18 +209,18 @@ Alternatively, you may also directly ssh into the guest: `ssh -p 60022 -o NoHost
209
209
Yes, it should work, but not regularly tested on ARM.
210
210
211
211
#### "Can I run non-Ubuntu guests?"
212
-
Fedora is also known to work, see [`./examples/fedora.yaml`](./examples/fedora.yaml).
213
-
This file can be loaded with `limactl start ./examples/fedora.yaml`.
212
+
Debian, Fedora, and Alpine are also known to work.
213
+
See [`./examples/`](./examples/).
214
214
215
215
An image has to satisfy the following requirements:
216
-
- systemd
216
+
- systemd or OpenRC
217
217
- cloud-init
218
218
- The following binaries to be preinstalled:
219
219
-`sudo`
220
220
- The following binaries to be preinstalled, or installable via the package manager:
221
221
-`sshfs`
222
222
-`newuidmap` and `newgidmap`
223
-
-`apt-get`or `dnf` (if you want to contribute support for another package manager, run `git grep apt-get` to find out where to modify)
223
+
-`apt-get`, `dnf`, or `apk` (if you want to contribute support for another package manager, run `git grep apt-get` to find out where to modify)
224
224
225
225
#### "Can I run other container engines such as Podman?"
0 commit comments