Skip to content

Commit 56e5dfd

Browse files
committed
🚀 Add deploy instructions
1 parent 2a5eaf2 commit 56e5dfd

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

README.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
1-
# PyDocker
1+
PyDocker
2+
========
23
Manage 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!

docs/screenshots/details.png

65.1 KB
Loading

0 commit comments

Comments
 (0)