Accessing servers running in podman containers
I have a servarr and jellyfin setup using podman compose. I want to be able to access the webinterfaces. The normal method using port forwarding doesn't work for some reason.
8 Replies
try running said servers in distro containers
also podman has docker-compose support
podman-compose is kinda obsolete
it's either docker-compose or buildah at this point
docker-compose is deprecated isn't it?
I haven't used buildah before so I am not sure how to do that but I will look into it
Yeah this setup is meant to be reproducible between machines
That's why I didn't install it directly into a container as that's not how it's meant to be used
I have used this same docker compose file on a windows machine without issues
Perhaps I should have gone with k8s instead?
maybe
Wait how to do you run k8s on blendos
system I suppose
systemctl works as normalMight have to use Host networking to get into those podman containers
@Bushwil, you've gained the level
1