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...
Jul 8, 20242 min read2.1K