4 lines
75 B
Docker
4 lines
75 B
Docker
FROM ubuntu:latest
|
|
LABEL authors="stephane.david"
|
|
|
|
ENTRYPOINT ["top", "-b"] |