Set Up PostgreSQL with Docker
Learn how to pull a Docker image of PostgreSQL.
We'll cover the following...
Postgres, also known as PostgreSQL, is one of the most popular SQL databases. In the upcoming lessons, we’ll be using Postgres to develop our project. We don’t need to download Postgres on our local machine. We can set it up directly from Docker.
...