Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Hoverstate 2.0, Inc.
US
Last activity: 27 Jul 2018 12:26 EDT
Pega Dockerization Assistance
Hi Team,
I am new to Pega DevOps world and my organization have been running the Pega servers on AWS EC2 instances, we now want to Dockerize them. I have tried installing pega by the Docker Image shared on the github "https://github.com/pegasystems/docker-pega7-tomcat-ready/blob/master/Dockerfile" but I am getting the attached error and I could not find any supportive documentation provided. Can anyone please look into it and share proper documentation or any help links?
Any help is appreciated.
Bests,
Kiran
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems
US
I encountered the same error when i had a typo in a directory i created.
Double check that the docker file contains instructions to copy and extract prsysmgmt.war
Check out the guide: https://collaborate.pega.com/community-post-unpublished-or-under-review
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Hi Kiran,
Could you please refer the below link which might help you :
https://hub.docker.com/r/pegasystems/pega7-tomcat-ready/
Regards,
Vikash
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Hoverstate 2.0, Inc.
US
Hi Vikash,
I have been using the same docker image but still the error exists. Can you help me find the prweb file? Please provide the steps if possible.
Bests,
Kiran
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-12/7c19e53d-d121-4b3c-83ba-82b4ef0a5a8d.jpg?h=32556de2&itok=AR7PWKYF)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-12/7c19e53d-d121-4b3c-83ba-82b4ef0a5a8d.jpg?h=32556de2&itok=AR7PWKYF)
Pegasystems Inc.
US
Can you post the results of the following command? thanks
ls -alh /opt/pega
this should help us figure out if this part of the instructions worked for you
# Expand pr sys managment to target directory
COPY archives/prsysmgmt.war /opt/pega/prsysmgmt.war
RUN unzip -q -d /opt/pega/prsysmgmt /opt/pega/prsysmgmt.war
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Hoverstate 2.0, Inc.
US
Hey Philip,
Here is the output; looks like it's empty.
root@4447d2bcc232:/usr/local/tomcat# ls -alh /opt/pega
total 8.0K
drwxr-xr-x 2 root root 4.0K Feb 8 22:40 .
drwxr-xr-x 1 root root 4.0K Feb 8 22:40 ..
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-12/7c19e53d-d121-4b3c-83ba-82b4ef0a5a8d.jpg?h=32556de2&itok=AR7PWKYF)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2024-12/7c19e53d-d121-4b3c-83ba-82b4ef0a5a8d.jpg?h=32556de2&itok=AR7PWKYF)
Pegasystems Inc.
US
Make sure that you take all of the steps listed here in the "Constructing your image" section https://github.com/pegasystems/docker-pega7-tomcat-ready
and extract the Pega distribution to the same directory
(you need to download the Pega Distribution as a pre-req)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Hoverstate 2.0, Inc.
US
Hey Philip,
I see that after copying the pega image to the docker directory, it requires all the similar steps as like creating a new server. Is there any new docker image available from your end?
Bests,
Kiran
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems
US
I encountered the same error when i had a typo in a directory i created.
Double check that the docker file contains instructions to copy and extract prsysmgmt.war
Check out the guide: https://collaborate.pega.com/community-post-unpublished-or-under-review