@@ -15,28 +15,25 @@ compatible runtime.
1515> any of the slim application containers, because they can be very difficult
1616> to debug (none or little tooling in image).
1717
18-
1918## AppStore
2019
2120The [ KernelKit AppStore] [ 2 ] on GHCR provides the following pre-built images.
2221
23-
2422### [ curiOS system] [ 3 ]
2523
2624An example system container, shows how to run multiple services. Comes with
2725the following services and tools:
2826
29- - BusyBox (full configuration)
30- - Dropbear SSH daemon
31- - mini-snmpd
32- - netopeer-cli
33- - nftables
34- - ntpd
27+ - BusyBox (full configuration)
28+ - Dropbear SSH daemon
29+ - mini-snmpd
30+ - netopeer-cli
31+ - nftables
32+ - ntpd
3533
3634See this blog post on how to use this container with Infix:
3735
38- - [ Infix Advanced Container Networking] ( https://kernelkit.org/posts/advanced-containers/ )
39-
36+ - [ Infix Advanced Container Networking] ( https://kernelkit.org/posts/advanced-containers/ )
4037
4138### [ curiOS ntpd] [ 4 ]
4239
@@ -48,7 +45,6 @@ override use a mount or volume, and remember to also set up a volume for the
4845ISC ntpd supports [ multicasting NTP] [ 10 ] to a subnet. For more information
4946see the [ official ntpd site] ( https://www.ntp.org/ ) .
5047
51-
5248### [ curiOS nftables] [ 5 ]
5349
5450Useful for advanced netfilter setups when the container runs in host network
@@ -62,8 +58,7 @@ See `doc/` for two samples: end-device and home router.
6258
6359See this blog post on how to use this container with Infix:
6460
65- - [ Infix w/ WAN+LAN firewall setup] ( https://kernelkit.org/posts/firewall-container/ )
66-
61+ - [ Infix w/ WAN+LAN firewall setup] ( https://kernelkit.org/posts/firewall-container/ )
6762
6863### [ curiOS httpd] [ 6 ]
6964
@@ -76,11 +71,10 @@ change the default web page.
7671With a custom command you can also change the default command line, e.g, to
7772run in foreground, with verbose mode, on port 8080:
7873
79- - ` /usr/sbin/httpd -f -v -p 8080 `
74+ - ` /usr/sbin/httpd -f -v -p 8080 `
8075
8176For more help, see the [ BusyBox docs] ( https://busybox.net/downloads/BusyBox.html#httpd )
8277
83-
8478## Origin & References
8579
8680curiOS is a wrapper around [ Buildroot] [ 0 ] for creating container images for
@@ -89,7 +83,7 @@ Linux distributions. It handles the removal of man pages, shared files, and
8983many pieces not germane to running on an embedded platform, and, as it turns
9084out, containers.
9185
92- curiOS is a fork of https://github.com/brianredbeard/coreos_buildroot
86+ curiOS is a fork of < https://github.com/brianredbeard/coreos_buildroot >
9387
9488[ 0 ] : https://buildroot.org
9589[ 1 ] : https://busybox.net
0 commit comments