{"id":13523375,"url":"https://github.com/pipiliang/docker-dashboard","last_synced_at":"2025-04-01T00:31:32.494Z","repository":{"id":50295301,"uuid":"89692211","full_name":"pipiliang/docker-dashboard","owner":"pipiliang","description":"Console based docker dashboard","archived":false,"fork":false,"pushed_at":"2020-11-29T13:25:41.000Z","size":1286,"stargazers_count":285,"open_issues_count":4,"forks_count":34,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-01T09:49:18.887Z","etag":null,"topics":["cli","dashboard","docker","docker-dashboard","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/docker-dashboard","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pipiliang.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-28T09:45:18.000Z","updated_at":"2024-07-30T22:34:03.000Z","dependencies_parsed_at":"2022-08-25T14:40:17.097Z","dependency_job_id":null,"html_url":"https://github.com/pipiliang/docker-dashboard","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipiliang%2Fdocker-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipiliang%2Fdocker-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipiliang%2Fdocker-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipiliang%2Fdocker-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pipiliang","download_url":"https://codeload.github.com/pipiliang/docker-dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222688173,"owners_count":17023297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","dashboard","docker","docker-dashboard","typescript"],"created_at":"2024-08-01T06:00:59.468Z","updated_at":"2024-11-02T07:31:38.040Z","avatar_url":"https://github.com/pipiliang.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","开源工具"],"sub_categories":["Docker工具"],"readme":"## Docker Dashboard [![npm version](https://badge.fury.io/js/docker-dashboard.svg)](https://www.npmjs.com/package/docker-dashboard) [![Build Status](https://travis-ci.org/pipiliang/docker-dashboard.svg?branch=master)](https://travis-ci.org/pipiliang/docker-dashboard) ![UT](https://github.com/pipiliang/docker-dashboard/workflows/UT/badge.svg?branch=master)\n\n:computer::chart_with_upwards_trend:Console based docker dashboard, base on [blessed](https://github.com/chjj/blessed) and [blessed-contrib](https://github.com/yaronn/blessed-contrib).\n\n![](./screenshot/ubuntu.gif)\n\n## Install\n\n```\n$ npm install -g docker-dashboard\n```\n\u003eNote: need to install the docker before use, and only support `unix socket`.\n\nIn the following environment test passed:\n\n|OS|Docker|Nodejs|\n|----|----|----|\n|Ubuntu 16.04 LTS|v1.12.6|v8.10.0|\n|Fedora 25|v1.12.6|v8.11.1|\n\n**Other system and versions are not guaranteed.**\n\n## Usage\n\n```\n$ docker-dashboard\n```\n\n## Shortcut\n|shortcut|description|\n|----|----|\n|`D`| show node info, warm info and others.|\n|`C`| show container list.|\n|`I`| show image list.|\n|`N`| show network list.|\n|`V`| show volume list.|\n|`H`| help.|\n|`↑`| scroll up.|\n|`↓`| scroll down.|\n|`Enter`| select a container and show statistics.|\n|`Q`| exit dashboard.|\n\n\u003e Support operation with mouse.\n\n## Development\n\nrun with resource:\n```shell\n$ git clone git@github.com:pipiliang/docker-dashboard\n$ cd docker-dashboard\n$ npm i\n$ npm run build\n$ npm test\n$ npm start\n```\n\n\n## Debug by VSCode\n\nlaunch.json :\n```json\n{\n    \"version\": \"0.2.0\",\n    \"configurations\": [\n        {\n            \"name\": \"Debug\",\n            \"type\": \"node\",\n            \"request\": \"launch\",\n            \"args\": [\n                \"${workspaceRoot}/src/index.ts\"\n            ],\n            \"runtimeArgs\": [\n                \"--nolazy\",\n                \"-r\",\n                \"ts-node/register\"\n            ],\n            \"sourceMaps\": true,\n            \"cwd\": \"${workspaceRoot}\",\n            \"protocol\": \"inspector\",\n            \"console\": \"integratedTerminal\"\n        }\n    ]\n}\n```\n\n## Thanks\n- [blessed-contrib](https://github.com/yaronn/blessed-contrib)\n- [blessed](https://github.com/chjj/blessed)\n- [dockerode](https://github.com/apocas/dockerode)\n\n## License\n[![npm](https://img.shields.io/npm/l/express.svg)](https://github.com/pipiliang/made/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipiliang%2Fdocker-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpipiliang%2Fdocker-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipiliang%2Fdocker-dashboard/lists"}