Today I Learned: How to run PostgreSQL using Docker
Prerequisite
Docker
Generate Postgres Container
Step 1
> docker exec -it <-container-id-> bash
container-id can be found easier using the Docker Desktop (If you have it installed in your machine). Just copy and paste it OR you can run the comman...
paugramming.com1 min read