Setup Postgres
Pull the Postgres Docker Image
Section titled “Pull the Postgres Docker Image”docker pull postgres:14Run the Postgres Docker Container
Section titled “Run the Postgres Docker Container”docker run --name mypostgres \-e POSTGRES_PASSWORD=mysecretpassword \-p 5432:5432 \-v postgres_data:/var/lib/postgresql/data \-d postgres:14