Question
Areteans
AU
Last activity: 7 Jul 2020 11:16 EDT
Docker: How to create Pega container successfully!
Hi All,
I am working on Docker implementation for Pega. I have tried creating container of Pega Docker image which is available at docker hub, but container is not working.
I had tried below commands to run the image and connect with Posgres: docker run -d --name mypostgres postgres
docker run -d -e JDBC_CLASS=org.postgresql.Driver -e JDBC_URL=jdbc:postgresql://localhost:5432/postgres -e DB_USERNAME=postgres -e DB_PASSWORD=postgres pegasystems/pega
related suggestions are welcomed. thanks in advance
***Edited by Moderator: Pallavi to change content type from Discussion to Question***
***Edited by Moderator Marissa to update Type from General to Product***