Run Postgres on docker
Prerequisite
Install docker
Install docker-compose
Deploying Postgres Container
We will create a docker-compose.yml configured with postgres
OR
Run the following command to run postgres docker-container
docker-compose up -d
OR
docker stack deploy
...
jinnabalu.hashnode.dev1 min read