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