Rootless containers for anything
Find a file
2024-11-29 21:12:53 -06:00
quadlets add qbit_manage 2024-11-29 21:12:53 -06:00
WIP wip complete: hoarder 2024-11-29 19:35:18 -06:00
.gitignore reorganize completely 2024-11-08 18:58:06 -06:00
AlmaLinux.md partition is unnecessary, use disk directly 2024-11-27 22:25:09 -06:00
LICENSE Initial commit 2024-11-01 21:22:26 -05:00
README.md add qbit_manage 2024-11-29 21:12:53 -06:00

podbox

What is this?

This repository represents my preferred method of managing containers. These are quadlets, which is an interface between systemd and podman.

Getting started

Dependencies

  • podman>=4.3.0
  • systemd

How to use these files

Copy the quadlets/$application directory from this repository that you want to run into /home/$ctuser/.config/containers/systemd/. Make any necessary changes to the files within this directory to match your system and needs, such as pointing a volume path at a different mount point or filling in any $variables or blank values.

systemctl --user start $application
journalctl -e # jump to the end of the logs to see if the app started

Upcoming containers