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-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
<ahref="https://www.flaticon.com/free-icons/docker"><imgalign="right"src="doc/container.png"width="200px"alt="Docker icons created by pocike - Flaticon"></a>
2
2
3
-
# curiOS — Production-Ready Container Images for Embedded Systems
3
+
# curiOS — slim, curated containers
4
4
5
5
**Lightweight • Secure • Purpose-Built**
6
6
7
-
curiOS delivers ultra-slim, curated container images optimized for
7
+
*curiOS* delivers ultra-slim, curated container images optimized for
8
8
embedded and edge computing. Built on battle-tested [Buildroot][0],
9
9
each image is stripped of unnecessary components while maintaining full
10
10
functionality.
@@ -127,6 +127,9 @@ docker run --rm ghcr.io/kernelkit/curios-neofetch
127
127
128
128
# With host system access for accurate info
129
129
docker run --rm -v /etc/os-release:/etc/os-release:ro ghcr.io/kernelkit/curios-neofetch
130
+
131
+
# Get a shell instead
132
+
docker run --rm -i -t --entrypoint /bin/bash ghcr.io/kernelkit/curios-neofetch
0 commit comments