Could anybody explain to me how Docker works with ...
# orm-help
j
Could anybody explain to me how Docker works with Prisma? I'm having difficulty understanding the relationship between the two.
b
Prisma server run as a docker container. Prisma client connect to prisma server, prisma server connect to databases.
j
@bkstorm Thanks for your response. So I have my docker set up locally to run Prisma when I'm locally developing. And I also have Prisma running on Prisma Cloud and my node server and database in Heroku when on production mode. How does Docker fit into the picture when in a production mode?
Is Docker running in Prisma Cloud setting up the environment for Prisma Cloud to be able to run? Or is it in Heroku?
1