Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 871 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 871 Bytes

PyDocker

Manage docker containers from a human friendly WebUI

Features

  • View all containers and its current status
  • Start and stop containers with a single click
  • View details about each container such as:
    • Mounted volumes
    • Exposed ports
    • Memory usage
    • CPU usage
    • Network usage
    • Container image
    • Hostname
    • Startup date
  • View stats about your containers
  • Connect to remote docker servers

How it looks like?

Containers listing: Screen_shot

Container details: Details

How to deploy?

  • Enable Docker API remote access on your server: Stack overflow link
  • Clone this project
  • Startup through docker: cd docker && docker-compose up -d
  • Go to localhost:8002
  • Start hacking!