{"id":48461967,"url":"https://github.com/sheurich/docker-compose","last_synced_at":"2026-04-07T02:14:45.726Z","repository":{"id":220348640,"uuid":"483827518","full_name":"sheurich/docker-compose","owner":"sheurich","description":"Docker Compose v2 in Docker","archived":false,"fork":false,"pushed_at":"2025-03-17T20:50:51.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T21:39:34.254Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/sheurich.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":"2022-04-20T22:06:41.000Z","updated_at":"2025-03-17T20:50:52.000Z","dependencies_parsed_at":"2025-03-17T21:32:17.032Z","dependency_job_id":"1ea18f78-f008-46a3-9eb7-b33259c3215d","html_url":"https://github.com/sheurich/docker-compose","commit_stats":null,"previous_names":["sheurich/docker-compose"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sheurich/docker-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheurich%2Fdocker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheurich%2Fdocker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheurich%2Fdocker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheurich%2Fdocker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheurich","download_url":"https://codeload.github.com/sheurich/docker-compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheurich%2Fdocker-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31496935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"online","status_checked_at":"2026-04-07T02:00:07.164Z","response_time":105,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","docker-compose"],"created_at":"2026-04-07T02:14:45.074Z","updated_at":"2026-04-07T02:14:45.701Z","avatar_url":"https://github.com/sheurich.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Compose v2 in Docker\n\nA containerized `docker compose` based on [Docker in Docker][1] and the [Docker Compose v2][2] plugin.\n\n## Using\n\nRun the container using an executable file, e.g. [`./docker-compose`](docker-compose):\n\n    docker run --rm -v $(pwd):$(pwd):ro -w $(pwd) \\\n        -v /var/run/docker.sock:/var/run/docker.sock \\\n        docker-compose $@\n\nor define a shell alias:\n\n    alias docker-compose='docker run --rm \\\n        -v $(pwd):$(pwd):ro -w $(pwd) \\\n        -v /var/run/docker.sock:/var/run/docker.sock \\\n        docker-compose '\n\n## Building\n\nRun [`./build`](build) to execute:\n\n    docker build --pull --tag docker-compose - \u003cDockerfile\n\n## Testing\n\nRun [`./test`](test) to execute `run/ps/down` commands using included [docker-compose.yml](docker-compose.yml).\n\n## Continuous Integration\n\nThe image is [built daily](.github/workflows/ci.yml) using the latest versions of Docker and Docker Compose.\n\n[1]: https://github.com/docker-library/docker\n[2]: https://github.com/docker/compose/tree/v2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheurich%2Fdocker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheurich%2Fdocker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheurich%2Fdocker-compose/lists"}