podbox/README.md
2024-11-29 21:12:53 -06:00

3.6 KiB

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