Setting Up Podman and Quadlets
In this guide, I’ll walk you through setting up Podman and Quadlets. While this is the method that worked for me, I’m always open to improvements and suggestions. Future posts will cover how to configure specific Quadlets in detail. Install Podman sudo apt -y install podman For other operation systems, check here Create a Quadlet Create the file /etc/containers/systemd/postgres.container and paste in the following data as sudo. [Unit] Description=Podman - Postgres Wants=network-online....