You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
before it pulls images.
Describe the results you expected
Should pull images, create and start containers
podman info output
host:
arch: amd64buildahVersion: 1.38.0cgroupControllers: []cgroupManager: cgroupfscgroupVersion: v1conmon:
package: conmon-2.1.12-2.fc40.x86_64path: /usr/bin/conmonversion: 'conmon version 2.1.12, commit: 'cpuUtilization:
idlePercent: 99.88systemPercent: 0.08userPercent: 0.04cpus: 16databaseBackend: sqlitedistribution:
distribution: fedoravariant: containerversion: "40"eventLogger: journaldfreeLocks: 2048hostname: LE-JaenickeR-1idMappings:
gidmap:
- container_id: 0host_id: 1000size: 1
- container_id: 1host_id: 524288size: 65536uidmap:
- container_id: 0host_id: 1000size: 1
- container_id: 1host_id: 524288size: 65536kernel: 5.15.167.4-microsoft-standard-WSL2linkmode: dynamiclogDriver: journaldmemFree: 16232738816memTotal: 16582524928networkBackend: netavarknetworkBackendInfo:
backend: netavarkdns:
package: aardvark-dns-1.12.2-2.fc40.x86_64path: /usr/libexec/podman/aardvark-dnsversion: aardvark-dns 1.12.2package: netavark-1.12.2-1.fc40.x86_64path: /usr/libexec/podman/netavarkversion: netavark 1.12.2ociRuntime:
name: crunpackage: crun-1.17-1.fc40.x86_64path: /usr/bin/crunversion: |- crun version 1.17 commit: 000fa0d4eeed8938301f3bcf8206405315bc1017 rundir: /run/user/1000/crun spec: 1.0.0 +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +LIBKRUN +WASM:wasmedge +YAJLos: linuxpasta:
executable: /usr/bin/pastapackage: passt-0^20241030.gee7d0b6-1.fc40.x86_64version: | pasta 0^20241030.gee7d0b6-1.fc40.x86_64 Copyright Red Hat GNU General Public License, version 2 or later <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.remoteSocket:
exists: truepath: unix:///run/user/1000/podman/podman.sockrootlessNetworkCmd: pastasecurity:
apparmorEnabled: falsecapabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOTrootless: trueseccompEnabled: trueseccompProfilePath: /usr/share/containers/seccomp.jsonselinuxEnabled: falseserviceIsRemote: trueslirp4netns:
executable: ""package: ""version: ""swapFree: 4294967296swapTotal: 4294967296uptime: 0h 11m 54.00svariant: ""plugins:
authorization: nulllog:
- k8s-file
- none
- passthrough
- journaldnetwork:
- bridge
- macvlan
- ipvlanvolume:
- localregistries:
search:
- docker.iostore:
configFile: /home/user/.config/containers/storage.confcontainerStore:
number: 0paused: 0running: 0stopped: 0graphDriverName: overlaygraphOptions: {}graphRoot: /home/user/.local/share/containers/storagegraphRootAllocated: 1081101176832graphRootUsed: 3485855744graphStatus:
Backing Filesystem: extfsNative Overlay Diff: "true"Supports d_type: "true"Supports shifting: "false"Supports volatile: "true"Using metacopy: "false"imageCopyTmpDir: /var/tmpimageStore:
number: 3runRoot: /run/user/1000/containerstransientStore: falsevolumePath: /home/user/.local/share/containers/storage/volumesversion:
APIVersion: 5.3.0Built: 1731456000BuiltTime: Wed Nov 13 01:00:00 2024GitCommit: ""GoVersion: go1.22.7Os: linuxOsArch: linux/amd64Version: 5.3.0
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: