Files
2025-07-24 18:10:41 +02:00

4 lines
75 B
Docker

FROM ubuntu:latest
LABEL authors="stephane.david"
ENTRYPOINT ["top", "-b"]