Skip to content

terencewestphal/docker-htop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

HTOP

htop - an interactive process viewer for Unix

Pull

docker pull terencewestphal/htop

Build

Build the Dockerfile and tag the image:

docker build -t htop .

Usage

Run htop inside a container:

docker run -it --rm --pid=host htop

Join another container’s pid namespace:

docker run -it --rm --pid=container:my-container htop