{"id":16945417,"url":"https://github.com/felipecruz91/debug-ctr-extension","last_synced_at":"2026-02-09T07:07:56.474Z","repository":{"id":115783763,"uuid":"556342814","full_name":"felipecruz91/debug-ctr-extension","owner":"felipecruz91","description":"A Docker Extension to interactively debug distroless or slim containers.","archived":false,"fork":false,"pushed_at":"2022-10-27T07:18:12.000Z","size":302,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-27T20:51:57.540Z","etag":null,"topics":["docker-extensions","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipecruz91.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-23T16:30:52.000Z","updated_at":"2024-08-15T23:13:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"b2eb095f-e568-47fc-acf2-f3a4ab8d5e6f","html_url":"https://github.com/felipecruz91/debug-ctr-extension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felipecruz91/debug-ctr-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecruz91%2Fdebug-ctr-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecruz91%2Fdebug-ctr-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecruz91%2Fdebug-ctr-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecruz91%2Fdebug-ctr-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipecruz91","download_url":"https://codeload.github.com/felipecruz91/debug-ctr-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecruz91%2Fdebug-ctr-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29258627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["docker-extensions","hacktoberfest"],"created_at":"2024-10-13T21:22:25.317Z","updated_at":"2026-02-09T07:07:56.457Z","avatar_url":"https://github.com/felipecruz91.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# debug-ctr-extension\n\n\u003e :warning: WIP (It only works for MacOS at the moment)\n\nA Docker Extension to interactively debug distroless or slim containers that lack common utility tools.\n\nhttps://user-images.githubusercontent.com/15997951/198212188-a6178727-28b3-429f-9045-8584320fbfa8.mov\n\n## How does it work?\n\nThis Docker Extensions deploys the [debug-ctr](https://github.com/felipecruz91/debug-ctr) binary in your host and provides a UI in Docker Desktop that allows you to click on a running container to inspect it by opening a terminal into it. See [debug-ctr](https://github.com/felipecruz91/debug-ctr#option-1-debugging-adding-a-mount) for more information.\n\n## Installation\n\nDownload the latest version of Docker Desktop and use the following command to install it:\n\n```bash\n  docker extension install felipecruz/debug-ctr-extension:latest\n```\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/felipecruz91/debug-ctr-extension.git\n```\n\nGo to the project directory\n\n```bash\n  cd debug-ctr-extension\n```\n\nBuild the extension\n\n```bash\n  docker build -t felipecruz/debug-ctr-extension:latest .\n```\n\nInstall the extension\n\n```bash\n  docker extension install felipecruz/debug-ctr-extension:latest\n```\n\nDeveloping the frontend\n\n```bash\n  cd ui\n  npm install\n  npm start\n```\n\nThis starts a development server that listens on port 3000.\n\nYou can now tell Docker Desktop to use this as the frontend source. In another terminal run:\n\n```bash\n  docker extension dev ui-source felipecruz/debug-ctr-extension:latest http://localhost:3000\n```\n\nIn order to open the Chrome Dev Tools for your extension when you click on the extension tab, run:\n\n```bash\n  docker extension dev debug felipecruz/debug-ctr-extension:latest\n```\n\nEach subsequent click on the extension tab will also open Chrome Dev Tools. To stop this behaviour, run:\n\n```bash\n  docker extension dev reset felipecruz/debug-ctr-extension:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecruz91%2Fdebug-ctr-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipecruz91%2Fdebug-ctr-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecruz91%2Fdebug-ctr-extension/lists"}