Rootless containers for anything
Find a file
2024-12-01 13:24:10 -06:00
quadlets update TheLounge to use a named volume 2024-12-01 13:24: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 fix sorting 2024-11-30 20:38:16 -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