Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

AEM Dispatcher setup made easy with Docker | AEM Community Blog Seeding

Avatar

Administrator

10-06-2021

BlogImage.jpg

AEM Dispatcher setup made easy with Docker by Mani Kumar

Abstract

Worried about AEM dispatcher set up in the local environment here is the easy solution with docker.

Prerequisites
Docker setup in local
AEM Publish instance setup
JDK 1.8 and above

Steps to run the dispatcher in docker container
Once the docker is installed in local start the docker using command line or using docker desktop(Installation document for docker https://docs.docker.com/docker-for-windows/install/)
git clone https://github.com/ManiKorthivada/aemdockerdispatcher
Run the “docker build -t easy-docker-dispatcher .” command
Run the “docker run -it -p 8080:80 easy-docker-dispatcher” command
Open localhost:8080 in the browser that's it now you have the local dispatcher up and running rendering content from the local publisher environment.

Files that need customization for specific project
dispatcher.conf update any module loading and other virtual host configuration in this file
Rewrite rules can be updated in the same conf file as shown in the below screen

Read Full Blog

AEM Dispatcher setup made easy with Docker

Q&A

Please use this thread to ask the related questions.

1 Comment