Sign inSign up

prohde/dbs

By prohde

Updated over 1 year ago

PostgreSQL database + pgAdmin 4 with HRDB and MovieDB for teaching purposes

Image
Databases & storage
1

1.1K

prohde/dbs repository overview

Introduction to Database Systems at Leibniz University of Hannover

This Docker image contains PostgreSQL 16.3 as well as pgAdmin4 8.6. The Human Resource Database and MovieDB data are pre-loaded. You simply need to start a container using this image and you can start right away.

To start a docker container run: docker run --name dbs -p 5050:5050 -d prohde/dbs:s2024

It might take some time to actually start the container due to the amount of data that is stored in the database. Once the container is up and running, you can access the database through pgAdmin4 in your browser at http://localhost:5050.

Tag summary

Content type

Image

Digest

sha256:080c41ce2

Size

1.3 GB

Last updated

over 1 year ago

docker pull prohde/dbs:s2025