Rootless containers for anything
Find a file
2024-11-30 20:02:10 -06:00
quadlets attach calibre db volume to calibre-web 2024-11-30 20:02:10 -06:00
WIP remove bad dependency lines 2024-11-30 14:19: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 update quickstart 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

Quickstart

git clone  --depth=1 https://github.com/redbeardymcgee/podbox
cp -a podbox/quadlets/"$app" "$XDG_CONFIG_HOME"/containers/systemd/
# Edit the files in $XDG_CONFIG_HOME/containers/systemd/$app/ as needed
$EDITOR "$XDG_CONFIG_HOME/containers/systemd/$app/*"
systemctl --user daemon-reload
systemctl --user start "$app"
# Jump to the end of the logs to see if the app started
journalctl -e

Upcoming containers