Running PostgreSQL on Docker
Charles Oliveira
No need to install PostgreSQL on your system. Introduction Often times we need to run local PostgreSQL tests and installing it on your system can be painful sometimes. Either by messing with your current PostgreSQL setup or just by leaving an extra process running because you forgot to remove...