Rootless containers for anything
Find a file
2024-11-21 21:24:56 -06:00
quadlets simpler template 2024-11-21 21:24:56 -06:00
.gitignore reorganize completely 2024-11-08 18:58:06 -06:00
AlmaLinux.md tidy 2024-11-20 21:46:35 -06:00
LICENSE Initial commit 2024-11-01 21:22:26 -05:00
README.md Add some getting started info 2024-11-21 21:24:42 -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 $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.

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

Upcoming containers