Skip to content

Latest commit

 

History

History

docker

AEM Compose Logo WTT Logo

Apache License, Version 2.0, January 2004

AEM Compose - Docker Example

Setup and launch AEM instances as Docker containers.

Warning! The purpose of this example is to demonstrate and experiment with AEM running in Docker. However, it is widely known that AEM runtime does not fit well into Docker architecture (e.g is not lightweight and stateless).

Prerequisites

  • Docker 20.x and higher
  • AEM source files put into directory src/aem/home/lib
    • a) AEM SDK ZIP
    • b) AEM On-Prem JAR and license file

Usage

  1. Build images using command:

    sh build-all.sh 
  2. Run containers using command:

    sh run-all.sh