Skip to content

finloop/podman-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podman-scripts

Scripts that make dealing with podman quadlets a tad easier.

Installation

  1. Make sure that you've added ~/.local/bin to PATH. Add this line to .zshrc or .bashrc.
export PATH="$HOME/.local/bin:$PATH"
  1. Clone this repository:
git clone https://github.com/finloop/podman-scripts.git cd podman-scripts make install

Usage

pods

Usage: pods [-h] command Podman scripts for quadlet management. Available options: -h, --help Show help Commands: ls List quadlet config files

pods ls

Usage: 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 

Examples

$ 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

About

Scripts to manage podman/quadlets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published