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