podman compose -f compose.yaml worked with my compose.yaml for podman 5.2.5, but fails for 5.3.0:
error during connect: Get "http://%2F%2F.%2Fpipe%2Fpodman-machine-default/v1.46/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.oneoff%3DFalse%22%3Atrue%2C%22com.docker.compose.project%3Dserver%22%3Atrue%7D%7D": open //./pipe/podman-machine-default: The system cannot find the file specified.
Error: executing C:\Program Files\Docker\Docker\resources\bin\docker-compose.exe -f .\compose.yaml down: exit status 1
podman run works, however.
Steps to reproduce the issue
Steps to reproduce the issue
podman compose -f compose.yaml
Describe the results you received
Error "open //./pipe/podman-machine-default: The system cannot find the file specified."
Issue Description
podman compose -f compose.yaml
worked with my compose.yaml for podman 5.2.5, but fails for 5.3.0:podman run
works, however.Steps to reproduce the issue
Steps to reproduce the issue
podman compose -f compose.yaml
Describe the results you received
Error "open //./pipe/podman-machine-default: The system cannot find the file specified."
before it pulls images.
Describe the results you expected
Should pull images, create and start containers
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
❯ docker compose version Docker Compose version v2.30.3-desktop.1
❯ docker-compose version Docker Compose version v2.28.1-desktop.1
Additional information
The "//./pipe/podman-machine-default" is not in
[System.IO.Directory]::GetFiles("\\.\pipe\")
. So does podman machine create it?