{"id":21261475,"url":"https://github.com/riprsa/debug-container","last_synced_at":"2026-05-14T05:32:31.290Z","repository":{"id":231120132,"uuid":"780924185","full_name":"riprsa/debug-container","owner":"riprsa","description":"🐳🔧 A tiny debug Docker image","archived":false,"fork":false,"pushed_at":"2024-04-02T14:32:40.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-02T15:26:18.128Z","etag":null,"topics":["docker","docker-compose","go"],"latest_commit_sha":null,"homepage":"","language":"Go","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/riprsa.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}},"created_at":"2024-04-02T12:23:32.000Z","updated_at":"2024-04-02T15:26:21.451Z","dependencies_parsed_at":"2024-04-02T15:26:19.868Z","dependency_job_id":"608a224a-af59-4916-a0ca-b0e3b305b6be","html_url":"https://github.com/riprsa/debug-container","commit_stats":null,"previous_names":["riprsa/debug-container"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riprsa%2Fdebug-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riprsa%2Fdebug-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riprsa%2Fdebug-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riprsa%2Fdebug-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riprsa","download_url":"https://codeload.github.com/riprsa/debug-container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695589,"owners_count":20332629,"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-compose","go"],"created_at":"2024-11-21T04:43:28.895Z","updated_at":"2026-05-14T05:32:31.246Z","avatar_url":"https://github.com/riprsa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐳🔧 A tiny debug Docker image\n\n\u003cimg width=\"686\" alt=\"image\" src=\"https://github.com/riprsa/debug-container/assets/44776391/a8f1d801-e191-4588-b502-6cf6468f5e7e\"\u003e\n\n## Overview\n\nLess than 10MB image for debug purposes. You can use this image to create tens of containers while exploring Traefik or similar systems.\n\n### Setup\n\nDocker Compose\n\n```yml\nservices:\n  debug_container:\n    image: ghcr.io/riprsa/debug-container:latest\n    ports:\n      - \"80:8081\"\n    environment:\n      # PORT of inner HTTP server. Default value is \":80\"\n      - PORT=:8081\n    # other Compose properties that you would like to use\n```\n\nBy default, the container assumes its ID via `HOSTNAME`. However, you can override it. [Read more](https://docs.docker.com/network/#ip-address-and-hostname)\n\n### Usage\n\nYou can use an HTTP client to make a request to the container. It sends an HTML page for GET requests and JSON for other methods. JSON signtaure is:\n\n```json\n{\n  \"container_id\": \"your_container_id\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friprsa%2Fdebug-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friprsa%2Fdebug-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friprsa%2Fdebug-container/lists"}