Testcontainers

Testcontainers is an open source framework that provides lightweight, disposable instances of databases, message brokers, web browsers, or anything else that can run in Docker containers.

Introduction to Testcontainers

Testcontainers is a Java library that runs Docker containers for tests.

How to Run Testcontainers with Colima on macOS with Apple M1 Chips

This article introduces how to run Testcontainers as an alternative after Docker Desktop became paid for some users.