←back to thread

1101 points codesmash | 1 comments | | HN request time: 0s | source
Show context
condenser ◴[] No.45139665[source]
I'm interested in using podman for my homeserver because of the deamonless and rootlessnes nature, but I haven't found a convenient replacement for docker compose.

On my dev machine I do `docker compose up -d --build` in the directory of the Dockerfile, and it builds, uploads, and restarts the service on the server. In the podman world you're supposed to use Quadlets, which can be rsynced to the server, but I haven't found something simple for the build-step that doesn't involve an external registry or manually transferring the image.

What's the end-to-end solution for this?

replies(2): >>45139760 #>>45143599 #
1. gucci-on-fleek ◴[] No.45143599[source]
podman-compose [0] is a mostly drop-in replacement for local usage, but I have no idea if it works remotely. "podman image scp" [1] looks like it could be helpful though.

[0]: https://github.com/containers/podman-compose

[1]: https://docs.podman.io/en/latest/markdown/podman-image-scp.1...