You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing podman's restart policy handling, I noticed that
containers which were publishing ports did not restart automatically.
This was caused by conmon not properly closing the file descriptor which
reserved the published port on the host before cleaning up the
container. This commit lets conmon discover any extra file descriptors
on FreeBSD.
Signed-off-by: Doug Rabson <[email protected]>
0 commit comments