🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Java

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

fake-gcs-server provides an emulator for Google Cloud Storage API.

Examples

var fakeGcsServer = new FakeGcsServerContainer();
fakeGcsServer.start();