top | item 34874417

(no title)

limaho | 3 years ago

I haven’t had issues with rootless networking but I run pretty simple apps. I gave up on podman-compose though and run individual commands to create podman objects. Once rootless containers are in the same pod you can access other containers in the same pod over localhost

discuss

order

itsmartapuntocm|3 years ago

I embraced pods and now I don’t think I would want to go back to docker without them.

Once I get everything built the way I want I dump the config to a yaml with “podman generate kube” for future reference.

It’s also nice being able to use systemd service files to start/stop everything, and podman has a command to generate those too.

kirbyfan64sos|3 years ago

Podman has a Docker-compatible service API, so you can use it via docker-compose.