4 lines
67 B
Docker
4 lines
67 B
Docker
|
FROM ubuntu:latest
|
||
|
LABEL authors="Kieran"
|
||
|
|
||
|
ENTRYPOINT ["top", "-b"]
|