💻📈Console based docker dashboard, base on blessed and blessed-contrib.
$ npm install -g docker-dashboard
Note: need to install the docker before use, and only support
unix socket.
In the following environment test passed:
| OS | Docker |
|---|---|
| Ubuntu 16.04 LTS | 1.12.6 |
Other platforms and versions are not guaranteed.
$ docker-dashboard
| shortcut | description |
|---|---|
D |
show node info, warm info and others. |
C |
show container list. |
I |
show image list. |
N |
show network list. |
V |
show volume list. |
A |
about. |
↑ |
scroll up. |
↓ |
scroll down. |
Enter |
select a container and show statistics. |
Q |
exit dashboard. |
Support operation with mouse.
- operate container: start / stop / restart / rm and other
- refresh container list
- images import and export
- network connect and disconnect
MIT License