containers/podman-compose

a script to run docker-compose.yml using podman

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 28 minutes ago
Added to GitGenius on September 10th, 2026
Created on March 4th, 2019
Open Issues & Pull Requests: 313 (+0)
GitHub issues: Enabled
Number of forks: 622
Total Stargazers: 6,213 (+0)
Total Subscribers: 43 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.3 days
Mean response time: 227.0 days
90th percentile: 878.8 days
Tracked items: 379

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 54% of tracked open issues have had no activity in three months. Only 3% of issues opened in the past year have been closed. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 170
New in 7 days: 1
Closed in 7 days: 21
Avg open age: 586 days
Stale 30+ days: 144
Stale 90+ days: 111

Recent activity

Opened in 7 days: 0
Closed in 7 days: 18
Comments in 7 days: 7
Events in 7 days: 14

Top labels

  • bug (263)
  • enhancement (77)
  • Support (2)
  • fixed-pending-confirmation (2)
  • help wanted (2)
  • question (1)

Detailed Description

podman-compose is a script that runs docker-compose.yml files using podman instead of Docker.

The tool addresses the need to use Docker Compose configuration files with podman, a daemonless container engine that supports rootless operation. It works by parsing docker-compose.yml files and translating the compose commands into equivalent podman operations, allowing users to leverage their existing compose configurations without modification while gaining the benefits of podman's architecture.

Developers should choose this tool if they want to use podman as their container runtime but have existing docker-compose.yml files or team workflows built around Docker Compose. It suits projects that need rootless container execution, systems where a daemon-based container engine is undesirable, or environments where podman is the standardized runtime. The tool enables a direct migration path from Docker Compose to podman without rewriting infrastructure-as-code files.

The project shows active maintenance with regular commits addressing bug fixes and feature additions. Pull requests receive timely review and integration. The codebase demonstrates responsiveness to user-reported issues and compatibility concerns across different podman versions and Linux distributions.