

yes
yes
im not sure about ubuntu based distros. without selinux, you may not need the extra option on the volume mound.
when I moved my docker setup to a fedora coreos podman setup, the volume mounts required an additional option for a label to play nice with selinux. ‘z’ if the mount is shared between multiple containers and ‘Z’ if its just for one container.
the podman docs definitely go into more details.
ive also seen people talk on the discord about scripts that can take your yaml files and write container files to be used with podman-systemd that seemed pretty nice. i think there is also a podman-compose option out there, but I’m not super familiar with that.
if you can boot a live iso, its probably not hardware. if you can’t boot a live iso, it might be hardware.
what is it?
This is pretty much explains why I’ve been digging bluefin lately.
and this wasn’t the plan from the beginning?
Aurora, its fedora kinoite (atomic w/ KDE) with some extra desktop stuff and regular flathub flatpaks.
checkout Aurora too
please take your racism elsewhere, sir
Haha, you’re not wrong about it seeming a little extra to get installed.
I used coreos live ISO and coreos-installer
with the ignition file produced from a ucore-autorebase.butane file. I lightly edited the example butane file with the ssh keys I wanted to use, password hash, and “ucore-minimal:stable-nvidia” since I’ve got an old 1060 gpu in the server for jellyfin.
proxmox is awesome, but i dont think its a right fit for what you’re looking to do. if you just want to run a few podman containers, I’d probably go with a server os that is geared towards containers.
check out fedora’s coreOS or maybe ucore from the universal blue project. it seems like they’re both good candidates for podman. i think opensuse has a similar offering in microOS.
i recently migrated containers from an older Ubuntu server running docker to a ucore server with mainly rootless podman containers. i think I prefer ucore as updates are automated, reboots are scheduled for off hours, and the podman containers are kept updated by systemd service. and cockpit comes on the os image container, so i can poke stuff on a webpage too I guess.
ive been using quadlets. i manually wrote out the container, pod, and network files, because I’m still learning about now everything works. now that I kinda get it, I’ll probably figure out how kube files work and just have a yaml file for a pod.
gluetun is dope! i just setup a podman pod with gluetun and deluge.
what is it?