Crates.io | podboy |
lib.rs | podboy |
version | 0.1.4 |
source | src |
created_at | 2024-03-20 02:50:20.59336 |
updated_at | 2024-03-20 02:50:20.59336 |
description | Availability CLI for podman containers |
homepage | |
repository | |
max_upload_size | |
id | 1179949 |
size | 75,899 |
Podboy (styled podboy or PodboY) is a simple daemon manager for Podman, similar to docker's daemon.
git clone https://github.com/toastxc/podboy.git
cd podboy
cargo b
git clone https://github.com/toastxc/podboy.git
cd podboy
mold --run cargo b -r
sudo cp ./target/release/podboy /usr/bin/
git clone https://github.com/toastxc/podboy.git
cd podboy
cargo b -r
sudo cp ./target/release/podboy /usr/bin/
sudo rm /usr/bin/podboy
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.