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
Expected Behaviour
Setting DOCKER_HOST to podman socket and disabling RYUK should work correctly such as with other testcontainer implementations (works fine with go and java)
Actual Behaviour
It fails on trying to obtain credentials here because the docker related binaries are not there..
Testcontainer Logs
Error: An error occurred listing credentials
Steps to Reproduce
Start any generic container after disabling RYUK and setting DOCKER_HOST to a podman socket.
Environment Information
Operating System: MacOS
Docker Version: -
Node version: LTS
Testcontainers version: 9.1.3
The text was updated successfully, but these errors were encountered:
I am integrating podman as a workflow here: #494. I am not sure about officially supporting podman, but already I've found an issue which would prevent tc-node from recognising podman via the DOCKER_HOST, will keep you updated.
Expected Behaviour
Setting
DOCKER_HOST
to podman socket and disablingRYUK
should work correctly such as with other testcontainer implementations (works fine withgo
andjava
)Actual Behaviour
It fails on trying to obtain credentials here because the docker related binaries are not there..
Testcontainer Logs
Steps to Reproduce
Start any generic container after disabling RYUK and setting
DOCKER_HOST
to a podman socket.Environment Information
The text was updated successfully, but these errors were encountered: