Skip to content

Commit 9a2de36

Browse files
committed
Minor markdown syntax fixes
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent fd109c0 commit 9a2de36

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

README.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2120
The [KernelKit AppStore][2] on GHCR provides the following pre-built images.
2221

23-
2422
### [curiOS system][3]
2523

2624
An example system container, shows how to run multiple services. Comes with
2725
the 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

3634
See 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
4845
ISC ntpd supports [multicasting NTP][10] to a subnet. For more information
4946
see the [official ntpd site](https://www.ntp.org/).
5047

51-
5248
### [curiOS nftables][5]
5349

5450
Useful 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

6359
See 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.
7671
With a custom command you can also change the default command line, e.g, to
7772
run 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

8176
For more help, see the [BusyBox docs](https://busybox.net/downloads/BusyBox.html#httpd)
8277

83-
8478
## Origin & References
8579

8680
curiOS 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
8983
many pieces not germane to running on an embedded platform, and, as it turns
9084
out, 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

Comments
 (0)