Today I Learned: How to run PostgreSQL using Docker
May 17, 2024 · 1 min read · 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...
Join discussion
