This project contains all of the docker images used for AEM.Design.
All images are published to hub.docker.com and are public.
Status of each submodule, some modules trigger other pipelines on success
To quickly clone this repo with all the submodules
git clone --recursive <project url>
To build the necessary docker images required to run aem as a local docker image, from the root of aemdesign-docker
run
make
Once completed, create a docker container which is running aem on port 4502
make run
Confirm the container is running with docker ps