(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
itsmartapuntocm|3 years ago
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