PostgreSQL Docker
Lab Environment
When testing in a lab environment PostgreSQL can either be installed on the host machine or within
Docker:
docker run -it --rm --publish 127.0.0.1:5432:5432 -e POSTGRES_PASSWORD=password postgres:13.1-alpine
Refrences(https://docs.metasploit.com/docs/pentesting/metasploit-guide-postgresql.html)