


Hello
Trying to do dispatcher(dispatcher-sdk-2.0.91) set up on Mac following https://github.com/adobe/aem-enablement/tree/master/AEMAsACloudService/08_Dispatcher_SDK_Validator documentation .
Able to execute till Step 3 but while executing Step 4 i.e. Running "./bin/docker_run.sh ./out docker.for.mac.localhost:4503 8080" command getting
"docker: invalid reference format: repository name must be lowercase." error
Can anyone help me identify the root cause of the issue .
Views
Replies
Total Likes
Dear @nitinp46101556
Presumably your docker is up and running on specific port (eg. 8081), Can you try this below command once?
./bin/docker_run.sh ./src host.docker.internal:4503 8081
Let me know if still any concern.
Regards,
Santosh
Can you confirm the folder name (where out is located) is without spaces. Ignore, if it is.