howaboutudance / kubernetes-pagila

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgres Lab in Docker and Kubernetes

Utilizing a Postgresql image this is a lab to utilize the pagila sample schema/database utilizing Docker and Kubernetes

Docker Lab Install

To install, first build the Docker container from the Dockerfile included in this repo's root folder.

make build-docker

To run:

make run-docker

similarily, on systems with podman, make build-podman & make run-podman on systems using podman

About


Languages

Language:PLpgSQL 98.8%Language:Makefile 0.8%Language:Dockerfile 0.4%