Replies: 1 comment 3 replies
-
It is the polling interval, that is generally used for most container state checks (i.e. how often we sync and compare the container state). |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Version: podman 5.4.0
I have trouble understanding the
podman container wait
man page. It currently says:At the same time, the
podman container wait --interval 10s
definitely does not check only once per 10 seconds, or waits 10 seconds before checking. Example:If it were checking status only once per 10 seconds, or after first 10 seconds elapsed, it could not possibly detect the container existed after 3 seconds.
What am I missing?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions