Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages