{"id":13582968,"url":"https://github.com/rakibtg/docker-web-gui","last_synced_at":"2025-05-16T08:06:59.361Z","repository":{"id":35439989,"uuid":"200334125","full_name":"rakibtg/docker-web-gui","owner":"rakibtg","description":"A simple web based GUI for managing Docker containers and images","archived":false,"fork":false,"pushed_at":"2025-03-12T04:18:36.000Z","size":1642,"stargazers_count":287,"open_issues_count":2,"forks_count":69,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-09T03:14:11.622Z","etag":null,"topics":["docker","docker-dashboard","docker-management-tool"],"latest_commit_sha":null,"homepage":"https://dockerdashboard.github.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rakibtg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"rakibtg"}},"created_at":"2019-08-03T05:06:36.000Z","updated_at":"2025-03-29T10:36:44.000Z","dependencies_parsed_at":"2024-12-08T22:01:26.138Z","dependency_job_id":"63e47756-6a10-4bff-83ea-5258a3023630","html_url":"https://github.com/rakibtg/docker-web-gui","commit_stats":{"total_commits":371,"total_committers":7,"mean_commits":53.0,"dds":"0.41509433962264153","last_synced_commit":"555c1bf131e1864f7093acae0bcf5a67aa9b28c9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibtg%2Fdocker-web-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibtg%2Fdocker-web-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibtg%2Fdocker-web-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibtg%2Fdocker-web-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakibtg","download_url":"https://codeload.github.com/rakibtg/docker-web-gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493385,"owners_count":22080127,"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":["docker","docker-dashboard","docker-management-tool"],"created_at":"2024-08-01T15:03:09.717Z","updated_at":"2025-05-16T08:06:54.348Z","avatar_url":"https://github.com/rakibtg.png","language":"JavaScript","readme":"# Docker Dashboard\n\n## A simple GUI interface for Docker Containers\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/z95AFEC.png\" alt=\"Docker Web Interface Project - A simple GUI interface for Docker\" title=\"Docker Web Interface Project - A simple GUI interface for Docker\"\u003e\n\u003c/p\u003e\n\n| \u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/pgXpRJR.png\"/\u003e\u003cbr/\u003eExplore containers log\u003c/p\u003e | \u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/ug2hHo2.png\"/\u003e\u003cbr/\u003eList of groups\u003c/p\u003e |\n| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |\n\n| \u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/ug2hHo2.png\"/\u003e\u003cbr/\u003eList of groups\u003c/p\u003e | \u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/HuUNz6h.png\"/\u003e\u003cbr/\u003eList of images\u003c/p\u003e | \u003cp align=\"center\"\u003e\u003cimg src=\"https://i.imgur.com/s3CHjcQ.png\"/\u003e\u003cbr/\u003eDisk cleanup's\u003c/p\u003e |\n| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |\n\n## Features\n\n- Instantly start/stop, restart, delete and see the logs of a docker container.\n- Filter containers by their running status.\n- Create groups of docker container.\n- Bulk action on container based on group.\n- Live system consumption stat for active docker containers.\n- Run or delete an image.\n- Prune Docker images.\n- Prune Docker containers.\n- Prune Docker volumes.\n- Prune Docker systems.\n- No need to use the terminal for common tasks.\n\n## Start the app\n\nBefore you follow below steps to start the app, make sure you have `node` and `npm` installed in your system.\n\n- Clone the repository\n  ```\n  git clone git@github.com:rakibtg/docker-web-gui.git\n  ```\n- Change directory\n  ```\n  cd ./docker-web-gui\n  ```\n- Run `app.js`, it will automatically install all the [node modules](https://github.com/rakibtg/docker-web-gui/blob/master/backend/package.json) for you if not installed already.\n  ```\n  node app.js\n  ```\n- Now visit http://localhost:3230/\n\n## Using Docker\n\nYou can run this application through a docker container, but it only works in **MacOS**. You can use that with/without [**`docker compose`**](https://docs.docker.com/compose/).\nAlso, the application will be exposed at port http://localhost:3230.\n\n### Without Docker Compose\n\nIf you don't have a docker compose, then you can use the following commands:\n\n- To build the image:\n  ```\n  docker build . -t docker-web-gui\n  ```\n- To run the image:\n  ```\n  docker run -p 3230:3230 -v /usr/local/bin/docker:/usr/local/bin/docker -v /var/run/docker.sock:/var/run/docker.sock docker-web-gui\n  ```\n\n### With Docker Compose\n\nIf you already docker compose installed, then simply do this:\n\n```\ndocker-compose build\ndocker-compose up\n```\n\n### Docker Based Commands\n\nA `Makefile` has been included with this repo. It has following commands:\n\n1. `make up` to build the image and starting `docker-web-gui` container.\n2. `make build` to build the image.\n3. `make start` to start containers if application has been up already.\n4. `make stop` to stop application.\n5. `make restart` to restart application.\n6. `make build-without-compose` to build the application without _docker compose_.\n7. `make run-without-compose` to run the application without _docker compose_.\n\n# Documentations\n\n- [Backend API](https://github.com/rakibtg/docker-web-gui/tree/master/backend)\n- [Client](https://github.com/rakibtg/docker-web-gui/tree/master/client)\n\nDeveloped by [Hasan](https://twitter.com/rakibtg) and [contributors](https://github.com/rakibtg/docker-web-gui/graphs/contributors).\n","funding_links":["https://github.com/sponsors/rakibtg"],"categories":["JavaScript","HarmonyOS"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibtg%2Fdocker-web-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakibtg%2Fdocker-web-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibtg%2Fdocker-web-gui/lists"}