{"id":37135141,"url":"https://github.com/tetra-fox/container-info","last_synced_at":"2026-01-14T15:45:57.892Z","repository":{"id":38328882,"uuid":"493379825","full_name":"tetra-fox/container-info","owner":"tetra-fox","description":"🐋 A tiny Golang API that returns metadata of all Docker containers.","archived":false,"fork":false,"pushed_at":"2025-12-15T05:40:49.000Z","size":306,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-18T01:52:23.722Z","etag":null,"topics":["api","container","containers","docker","docker-compose","go","golang","metadata","microservice","microservices","status"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tetra-fox.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-17T19:03:25.000Z","updated_at":"2025-12-15T05:40:52.000Z","dependencies_parsed_at":"2023-01-21T22:45:56.526Z","dependency_job_id":"44a2de6b-ee34-4bd1-b338-3ce465a82280","html_url":"https://github.com/tetra-fox/container-info","commit_stats":{"total_commits":45,"total_committers":3,"mean_commits":15.0,"dds":"0.15555555555555556","last_synced_commit":"9778d00a33ebf87493e4f3639dd811455329f672"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tetra-fox/container-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetra-fox%2Fcontainer-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetra-fox%2Fcontainer-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetra-fox%2Fcontainer-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetra-fox%2Fcontainer-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tetra-fox","download_url":"https://codeload.github.com/tetra-fox/container-info/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetra-fox%2Fcontainer-info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T15:24:48.085Z","status":"ssl_error","status_checked_at":"2026-01-14T15:23:41.940Z","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":["api","container","containers","docker","docker-compose","go","golang","metadata","microservice","microservices","status"],"created_at":"2026-01-14T15:45:57.288Z","updated_at":"2026-01-14T15:45:57.879Z","avatar_url":"https://github.com/tetra-fox.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# container-info ![](https://img.shields.io/github/actions/workflow/status/tetra-fox/container-info/docker.yml?branch=main\u0026style=flat-square)\n\nA tiny Golang API that returns metadata of all Docker containers.\n\nI created this because I wanted a simple way to get the status of the various services that run my home network without returning sensitive information (such as my network configuration, volume bindings or entrypoint arguments).\n\nYou can see a live instance of this [here](https://home.tetra.cool/api), and in use [here](https://home.tetra.cool)!\n\n### docker-compose example\n\n```yaml\nservices:\n  container-info:\n    image: \"ghcr.io/tetra-fox/container-info:latest\"\n    ports:\n      - \"3621:8080\"\n    volumes:\n      - /var/run/docker.sock:/var/run/docker.sock:ro # So we can get information from Docker!\n```\n\n### Endpoints\n\n| Method | Endpoint       | Description                                                           |\n| ------ | -------------- | --------------------------------------------------------------------- |\n| GET    | /              | Returns the metadata of all containers.                               |\n| GET    | /{name(s)} | Returns the metadata of the specified container(s). (comma-separated) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetra-fox%2Fcontainer-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetra-fox%2Fcontainer-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetra-fox%2Fcontainer-info/lists"}