This repository contains a demonstration of testcontainers/testcontainers-node#1108.
To reproduce the bug, configure testcontainers to use Podman, then:
- Clone this repo
npm installnpm run start
The expected output is:
Starting container
Container started
Container stopped
However, due to testcontainers/testcontainers-node#1108, the command hangs and eventually times out while starting the container.