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
chore(run-unit-tests): use CONTAINER_HOST as the user-facing env var
Linuxfabrik runs podman, not docker, so users should not have to type
DOCKER_HOST when configuring the test runner against a non-default
socket. CONTAINER_HOST matches the rest of the modern container
ecosystem (podman --remote, buildah, skopeo) and is the natural
variable for podman users.
testcontainers-python only reads DOCKER_HOST internally, so the
runner now accepts either CONTAINER_HOST or DOCKER_HOST as input and
always populates DOCKER_HOST from whichever it finds. Already-set
values are preserved for users on real docker hosts or with custom
sockets.
0 commit comments