Docker and Postgres
PostgreSQL is a powerful, open-source relational database management system. In this repository, we'll walk through the process of spinning up a PostgreSQL container using Docker and connecting it to a client like DBeaver or pgAdmin.
A basic set up guide for postgres and docker
Prerequisites
- Docker
- SQL GUI client e.g. DataGrip, DBeaver, PgAdmin
- Docker desktop [Highly recommended]
Getting Started
Clone the utilities-postgres-docker-basic repository.
cd utilities-postgres-docker-basic
docker compose up -d