PostgreSQL database + pgAdmin 4 with HRDB and MovieDB for teaching purposes
1.1K
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.
Content type
Image
Digest
sha256:080c41ce2…
Size
1.3 GB
Last updated
over 1 year ago
docker pull prohde/dbs:s2025