mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
htop
Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
parent
8e085cbf4d
commit
4e8847d47e
15
htop/Dockerfile
Normal file
15
htop/Dockerfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# htop in a container
|
||||
#
|
||||
# docker run --rm -it \
|
||||
# --pid host \
|
||||
# jess/htop
|
||||
#
|
||||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
htop \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD [ "htop" ]
|
Loading…
Reference in New Issue
Block a user