First version

This commit is contained in:
2025-07-24 18:10:41 +02:00
commit 470fc0d1f6
2 changed files with 18 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM ubuntu:latest
LABEL authors="stephane.david"
ENTRYPOINT ["top", "-b"]