init commit

This commit is contained in:
h z
2024-12-02 15:22:11 +00:00
parent ae84e9e26f
commit f67f07a0ae

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM ubuntu:latest
LABEL authors="hzhang"
ENTRYPOINT ["top", "-b"]