@@ -32,8 +32,8 @@ functionality.
32
32
33
33
---
34
34
35
- * curiOS is brought to you by the [ same team] [ 8 ] that created and
36
- maintains the [ Infix operating system] [ 7 ] . If you like the idea of
35
+ * curiOS is brought to you by the [ same team] [ 9 ] that created and
36
+ maintains the [ Infix operating system] [ 8 ] . If you like the idea of
37
37
modeling an entire OS with YANG, check out Infix!*
38
38
39
39
## Ready-to-Use Images
@@ -109,6 +109,26 @@ docker run -p 8080:8080 ghcr.io/kernelkit/curios-httpd /usr/sbin/httpd -f -v -p
109
109
110
110
For more help, see the [ BusyBox docs] ( https://busybox.net/downloads/BusyBox.html#httpd )
111
111
112
+ ### [ curiOS neofetch] [ 7 ] 🖼️
113
+
114
+ ** System information at a glance** (~ 750KB) - Perfect for demos, system
115
+ monitoring, and showing off your container infrastructure. Features:
116
+
117
+ - ** Beautiful ASCII art** - Eye-catching system logos and information display
118
+ - ** Comprehensive details** - OS, kernel, uptime, memory, CPU, and more
119
+ - ** Container-optimized** - Shows host system info even when containerized
120
+ - ** Demo-ready** - Perfect for presentations and system showcases
121
+
122
+ ** Example usage:**
123
+
124
+ ``` bash
125
+ # Simple system info display
126
+ docker run --rm ghcr.io/kernelkit/curios-neofetch
127
+
128
+ # With host system access for accurate info
129
+ docker run --rm -v /etc/os-release:/etc/os-release:ro ghcr.io/kernelkit/curios-neofetch
130
+ ```
131
+
112
132
## Origin & References
113
133
114
134
curiOS is a wrapper around [ Buildroot] [ 0 ] for creating container images for
@@ -126,6 +146,7 @@ curiOS is a fork of <https://github.com/brianredbeard/coreos_buildroot>
126
146
[ 4 ] : https://github.com/orgs/kernelkit/packages/container/package/curios-ntpd
127
147
[ 5 ] : https://github.com/orgs/kernelkit/packages/container/package/curios-nftables
128
148
[ 6 ] : https://github.com/orgs/kernelkit/packages/container/package/curios-httpd
129
- [ 7 ] : https://github.com/kernelkit/infix
130
- [ 8 ] : https://kernelkit.org
149
+ [ 7 ] : https://github.com/orgs/kernelkit/packages/container/package/curios-neofetch
150
+ [ 8 ] : https://github.com/kernelkit/infix
151
+ [ 9 ] : https://kernelkit.org
131
152
[ 10 ] : https://www.ntp.org/documentation/4.2.8-series/discover/
0 commit comments