Integration tests in Java: speeding up Testcontainers with tmpfs and pre-initialization
Testcontainers is a Java library that manages Docker containers straight from your test code. This article walks through tmpfs and pre-initialization techniques to speed up integration tests.