-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman restart with port bindings results in 'port in use' errors #240
Comments
Should restart also imbed a podman wait. Probably does podman stop; podman start. Should do |
It calls cleanup itself, automatically - we actually SIGKILL conmon so the cleanup process never fires (for unrelated reasons - there was a race where conmon took too long to die and was holding ports we needed). |
commit 0f092d5 introduced the regression. Closes: containers#240 Signed-off-by: Giuseppe Scrivano <[email protected]>
commit 0f092d5 introduced the regression. Closes: containers#240 Signed-off-by: Giuseppe Scrivano <[email protected]>
commit 0f092d5 introduced the regression. Closes: #240 Signed-off-by: Giuseppe Scrivano <[email protected]>
Sometimes when restarting a container with podman restart, it results in a
port already in use
error. It seems like you need to have an application in the container that takes a little longer to execute to trip it more reliably.Reproducer
split from containers/podman#9465
The text was updated successfully, but these errors were encountered: