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