Scripts that make dealing with podman quadlets a tad easier.
- Make sure that you've added
~/.local/binto PATH. Add this line to.zshrcor.bashrc.
export PATH="$HOME/.local/bin:$PATH"- Clone this repository:
git clone https://github.com/finloop/podman-scripts.git cd podman-scripts make installUsage: pods [-h] command Podman scripts for quadlet management. Available options: -h, --help Show help Commands: ls List quadlet config filesUsage: pods-ls [-c] [c] [container] [-v] [v] [volume] List quadlet config files. Available options: -h, --help Show help -v, v, volume List quadlet volumes -c, c, container List quadlet containers $ pods ls /home/pk/.config/containers/systemd └── bookstack ├── bookstack.container ├── bookstack-db.container ├── bookstack-db.volume ├── bookstack.pod └── bookstack.volume$ pods ls -c /home/pk/.config/containers/systemd └── bookstack ├── bookstack-db.volume └── bookstack.volume