Files
2026-04-25 23:49:08 +10:00

5 lines
66 B
Docker

FROM ubuntu:latest
LABEL authors="josh"
ENTRYPOINT ["top", "-b"]