#podman #daemon #container #manager #availability #cli

bin+lib podboy

Availability CLI for podman containers

1 unstable release

0.1.4 Mar 20, 2024

#363 in Unix APIs

Download history 158/week @ 2024-03-20 6/week @ 2024-03-27 10/week @ 2024-04-03

174 downloads per month

GPL-3.0-only

25KB
294 lines

PodboY

Geometric Logo

Podboy (styled podboy or PodboY) is a simple daemon manager for Podman, similar to docker's daemon.

Testing

git clone https://github.com/toastxc/podboy.git
cd podboy
cargo b

Faster installation (requires mold)

git clone https://github.com/toastxc/podboy.git
cd podboy
mold --run cargo b -r
sudo cp ./target/release/podboy /usr/bin/

Standard installation

git clone https://github.com/toastxc/podboy.git
cd podboy
cargo b -r
sudo cp ./target/release/podboy /usr/bin/

Removal

sudo rm /usr/bin/podboy

Compatibility

This program was designed, tested, compiled and made for GNU/Linux systems and as such there is likely no support for non POSIX systems. The program relies on bash, systemd and podman so if any of these are missing.

While it may be possible to add support for NT based operating systems it is not a focus for us, and will not receive support. However if there is a feature complete fork of PodboY for Windows made we will link to it in the description of this project.

LGPLv3 Badge

Dependencies

~125KB