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).
- 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
-
Build images using command:
sh build-all.sh
-
Run containers using command:
sh run-all.sh