python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Testcontainers: build docker image inside testcontainer
I'm creating some tests for my CI/CD service with testcontainers.
One of the tests contains docker image building inside the testcontainer. It fails as it cannot access docker daemon.
The question is ...
ArtemZip
Votes: 0
Answers: 1
Inject implementation of CassandraRepository in Spring Boot test
I am using Spring Boot and Spring Data Cassandra in my webflux application. I have issue when I do integration test with docker by using testcontainer, Spring doesn't inject the implementation of my c...
Barcelona
Votes: 0
Answers: 1
Testcontainers with Podman in Java tests
Is it possible to use Testcontainers with Podman in Java tests?
As of March 2022 Testcontainers library doesn't detect an installed Podman as a valid Docker environment.
Can Podman be a Docker replace...
Eugene Khyst
Votes: 0
Answers: 5
Connect my Oraclecontainer to an external database (not localhost) for integration tests Java/ Springboot
I want to change my integration tests (use oracle 19c database) by using testcontainers.
So installed docker in local and run the Docker Desktop.
after i used the image gvenzl/oracle-xe:18.4.0-slim an...
taher ben abdallah
Votes: 0
Answers: 1