Skip to content

Commit 10497fb

Browse files
committed
Simplify and add another docker example
[skip ci] Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 6c7aee3 commit 10497fb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<a href="https://www.flaticon.com/free-icons/docker"><img align="right" src="doc/container.png" width="200px" alt="Docker icons created by pocike - Flaticon"></a>
22

3-
# curiOS — Production-Ready Container Images for Embedded Systems
3+
# curiOS — slim, curated containers
44

55
**Lightweight • Secure • Purpose-Built**
66

7-
curiOS delivers ultra-slim, curated container images optimized for
7+
*curiOS* delivers ultra-slim, curated container images optimized for
88
embedded and edge computing. Built on battle-tested [Buildroot][0],
99
each image is stripped of unnecessary components while maintaining full
1010
functionality.
@@ -127,6 +127,9 @@ docker run --rm ghcr.io/kernelkit/curios-neofetch
127127

128128
# With host system access for accurate info
129129
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
130133
```
131134

132135
## Origin & References

0 commit comments

Comments
 (0)