Open todor-kolev opened 3 years ago
Same here. Docker 3.5.1 (66090) (version for Apple Silicon from here) Engine - 20.10.7 testcontainers version: 1.15.3 MacBook Pro M1
Trying to run localstack image (0.11.3 - runs with the issue above. 0.12.13 - fails to run) with Kinesis and DynamoDB services.
Any updates?
Please could you share a code example that exhibits the problem?
Please could you share a code example that exhibits the problem?
@rnorth , please find the sample project attached: testcontainers-failure.zip
@rnorth , any update on this one?
@rpanov-unitq,hi,Has this problem been solved?
@Ronnie5387052 , It's been solved just by upgrading testcontainers version.
I get the above error but I am able to start a container with a bind mount. For example this work on my machine:
But running a test with testcontainers localstack I get :
Docker version 3.4.0 testcontainers version: 1.15.3 Mac M1
Any ideas?
I initially experienced this issue when trying to run a test with KPL producer sending messages to Kinesis: