Podman: Postgresql with pgadmin
This is a quick one.
I needed to replace the sqlite3 database I was working with. sqlite3 is amazing, but has it's limits.
Naturally I turned to postgres:16
$ podman pod create --name postgre-sql -p 9876:80
This creates a pod with an opening for pga...
roderik.no2 min read