8000 GitHub - SebastianRuecker/container-ps: Little app to show all docker images
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SebastianRuecker/container-ps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container PS

This little app for OSX help you to manager your Docker containers. It uses shell commands using the Node.js child_process exec module.


You can see the list of all your containers, whether they are active or not. S
5B77
creenshot

With the light Theme. Screenshot

  • The full circle indicates that the container is active.
  • The empty circle indicates that it is inactive.
  • And the round with a full wave indicates that the container is restarting.

Screenshot When hovering over a container, you will have additional information about it, as well as buttons to turn it on, off, restart or delete it.


Download

Since exec from child_process doesn't work in asar archive, I can't make a release for the moment :/ If you have a solution for this, feel free to contribute!

Launch in shell

    yarn && yarn start

About

Little app to show all docker images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0