but how do we setup podman now that it does exist? ive tried finding documentation for rootless-podman-service-type but don’t think it has been created yet, do i just copy whats at the top of the issue thread?
if so, whats small-guix, and why’s (service iptables-service-type) needed?
EDIT: nevermind, i just found a manual page that wasnt coming up with search engine, ill try that out first!
An iptables basic config is required for podman to share ports , docker does this on its own under the hood. the rootless-podman-service-type just explicitates this dependency.
okay now i get error: subid-range: unbound variable so im trying to figure out that…
that is probably because you need to import (gnu system accounts) . this is stated in the subids-service-type documentation, but I forgot to add it also to the podman one. I’ll send a patch if I remember, otherwise feel free to do so yourself if you want