Postgres connection with docker
Steps to create a docker container of postgres image:-
Start PowerShell.
Download the Postgres docker image.
Start the docker container in detached mode with the name postgres-0 specify port -p as 5432 and POSTGRES_PASSWORD as the password.
Check...
harshita.hashnode.dev1 min read