{"id":19571406,"url":"https://github.com/torstendittmann/docker-gui","last_synced_at":"2026-05-17T14:34:13.435Z","repository":{"id":119415186,"uuid":"326823590","full_name":"TorstenDittmann/docker-gui","owner":"TorstenDittmann","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-17T21:01:38.000Z","size":2125,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T18:34:09.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","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/TorstenDittmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2021-01-04T22:32:55.000Z","updated_at":"2021-10-19T13:19:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0b619a1-0de1-4ced-a3b3-a33a3cab504c","html_url":"https://github.com/TorstenDittmann/docker-gui","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TorstenDittmann/docker-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorstenDittmann%2Fdocker-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorstenDittmann%2Fdocker-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorstenDittmann%2Fdocker-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorstenDittmann%2Fdocker-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TorstenDittmann","download_url":"https://codeload.github.com/TorstenDittmann/docker-gui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TorstenDittmann%2Fdocker-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33142223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-11T06:18:49.294Z","updated_at":"2026-05-17T14:34:08.428Z","avatar_url":"https://github.com/TorstenDittmann.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker GUI\n## Development\nPrepare the repo:\n```sh\nnpm i\n```\n\nRun dev:\n```sh\nnpm run dev\n```\n\nBuild:\n\n```sh\nnpm run build\n```\n\n## ToDo\n### Frontend\n- [ ] State Management\n- [ ] GUI\n- [ ] a11y\n- [ ] i18n\n\n### Backend\n- [ ] Wrapper for Docker\n- [ ] Emitters\n- [ ] Functions\n\n## API\n### Frontend\n### Backend\n- fn `containerAll()` Returns all Docker Containers.\n- fn `containerGet(container_id)` Returns Container informations by ID.\n- fn `containerStop(container_id)` Stops Container.\n- fn `containerRestart(container_id)` Restarts Container.\n- fn `containerRemove(container_id)` Removes Container.\n\n- fn `imagesAll()` Returns all Docker Images.\n- fn `imagesGet(container_id)` Returns Image informations by ID.\n- fn `imagesRemove(container_id)` Removes Image.\n\n- listener `listen('logs', 'CONTAINER_ID')` - Will subsribe to a containers log.\n- listener `listen('stats', 'CONTAINER_ID')` - Will subscribe to a containers stats.\n- listener `listen('unsubscribe', 'logs|stats')` - Unsubscribe (There will only be a single sub to each channel)\n\n- emitter `emit('logs', 'A LINE OF LOG'` - If subscribed - send every log to Frontend.\n- emitter `emit('stats', 'Stats of the container'` - If subscribed - send stats every X seconds to Frontend.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorstendittmann%2Fdocker-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorstendittmann%2Fdocker-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorstendittmann%2Fdocker-gui/lists"}