🚨 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

Alfresco is a scalable, flexible, and extensible open-source software suite for content management and collaboration applications licensed under LGPLv3 and powered by open standards.

Examples

Dependency:
<dependency>
    <groupId>org.alfresco</groupId>
    <artifactId>alfresco-testcontainers</artifactId>
    <version>0.8.0</version>
</dependency>
Usage:
var alfresco = new AlfrescoContainer(DockerImageName.parse("alfresco/alfresco-content-repository-community:23.2.1"));
alfresco.start();