Running Postgres in Docker
So you want to spin up a Postgres database on your local machine, but you don't fancy having to install and manage everything manually? Running Postgres inside Docker is a great way to simplify the situation. It lets you: In this article I will explain how to do this step by step.