podman-compose icon indicating copy to clipboard operation
podman-compose copied to clipboard

a script to run docker-compose.yml using podman

Results 436 podman-compose issues
Sort by recently updated
recently updated
newest added

Could you please publish a new release? This would really help as issues like https://github.com/containers/podman-compose/issues/504 with podman 4 are solved now and only a release is needed to publish them...

Upgrading from podman 4.0.x to 4.1.1 we stumbled across problems pointing towards "add-hosts"-functionality. And it turned out that in the changes for 4.1.0 there seems to have been quite some...

enhancement

Hello! I have been using podman-compose for a bit and love it but I noticed that when I run `podman-compose build` it always exits 0 regardless of if the build...

enhancement

podman-compose.yml ``` version: "2" services: qx-cp1:asterisk:18 image: network_mode: "host" restart: always volumes: - ./conf_sync:/etc/asterisk qx-cp2: image:asterisk:18 network_mode: "host" restart: always volumes: - ./conf_sync2:/etc/asterisk qx-node1: image: testimage::2.0.5-node18 restart: always labels: com.callqx.type:...

**Is your feature request related to a problem? Please describe.** ### Story Related to https://github.com/containers/podman/issues/15001 That issue is using devcontainer generated from vscode, using Dockerfile format. ### Reproduce When using...

enhancement

**Is your feature request related to a problem? Please describe.** podman-compose prints additional debug information when commands are executed, and there appears to be no way to silence it. Some...

enhancement

**Describe the bug** When I use `podman-compose run` to launch a new container it is starting the container twice. The first time it starts, it apparently exits the container with...

bug

**Describe the bug** Just like `docker-compose logs` prints logs of all services, I expect `podman-compose logs` to do the same but it fails. **To Reproduce** 1. Create a `docker-compose.yml` with...

bug

**Describe the bug** COMPOSE_FILE value from .env is always overwritten with the default value. **To Reproduce** ``` $ cat .env COMPOSE_FILE=docker-compose.yaml COMPOSE_PROJECT_NAME=blahblah $ cat docker-compose.yaml version: "2.4" services: srv: image:...

bug

when I use podman-compose to up my pods, restart policy is not set, while in docker-compose it sets restart policy. Output of docker inspect (Up by docker-compose) "RestartPolicy": { "Name":...