Windows - Podman REST API over named windows pipe is not consistent with the cli #13873
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
remote
Problem is in podman-remote
windows
issue/bug on Windows
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
API calls over windows named pipe are not behaving the same as the cli commands, producing different results, cli is proper, the api is not.
Steps to reproduce the issue:
podman machine start
podman run -dt -p 8889:80/tcp docker.io/library/httpd:latest
podman run -dt -p 8889:80/tcp docker.io/library/httpd:latest
(it will return one)Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Used this simple nodejs script to test
The text was updated successfully, but these errors were encountered: