File tree Expand file tree Collapse file tree 2 files changed +27
-7
lines changed
Expand file tree Collapse file tree 2 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 1- # PyDocker
1+ PyDocker
2+ ========
23Manage docker containers from a human friendly WebUI
34
5+ ## Features
6+ - View all containers and its current status
7+ - Start and stop containers with a single click
8+ - View details about each container such as:
9+ - Mounted volumes
10+ - Exposed ports
11+ - Memory usage
12+ - CPU usage
13+ - Network usage
14+ - Container image
15+ - Hostname
16+ - Startup date
17+ - View stats about your containers
18+ - Connect to remote docker servers
19+
20+ ## How it looks like?
21+
422![ Screen_shot] ( http://i.imgur.com/UZV3e0s.png )
523
6- ### Requirements
7- * Install docker engine
8- * Enable docker engine http API: [ Stack overflow link] ( https://goo.gl/RhPGDZ )
9- * Deploy PyDocker to docker engine server
10- * Start docker engine
11- * Start PyDocker
24+ ![ Details] ( ./docs/screenshots/details.png )
25+
26+ ## How to deploy?
27+ * Enable Docker API remote access on your server: [ Stack overflow link] ( https://stackoverflow.com/a/43030300/3211029 )
28+ * Clone this project
29+ * Startup through docker: ` cd docker && docker-compose up -d `
30+ * Go to [ localhost:8002] ( http://localhost:8002 )
31+ * Start hacking!
You can’t perform that action at this time.
0 commit comments