Skip to content

yosakax/dockertop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_top

dockertop

Dockertop makes it easy to get the PID information of a container. Dockertop is implemented in Python3.x and binary files are available.

Installation

The OS to be used is assumed to be Linux. Cloning and install with pip

git clone git@github.com:yosaka1138/dockertop.git
cd dockertop
pip install .

Specified Container name

dockertop -name {{container_name}}

If you want to show all containers with the specified name, use the argument -incl.

dockertop -name {{container_name}} -incl

Specified PID

dockertop -p 1234

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages