Replies: 1 comment 1 reply
-
yes you need to wait until your interface that you link to bindto becomes online. It is a quite common issues that the user session starts before the network is ready. If you use quadlet there should already be a dependency on podman-user-wait-network-online.service which polls the systems network-online.target for readiness. But that also is problemeatic when the system unit is never activated, i.e. #24796 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have not been able to figure out how to get pasta to bind ports of containers on boot. Because I can just restart the container a short time later and it works, I assume pasta is not ready to bind ports when it does.
My setup:
Relevant error messages:
What can I do to address this? Should I be adding a wait period before starting? I did not have this issue when I was on Debian 12, podman version 4.3.1 (when the default network was slirp4netns), but I understand that it's because slirp4netns is slower than pasta, to the point that it can bind ports "on time", so to speak.
Beta Was this translation helpful? Give feedback.
All reactions