Windows docker wrapper Web Graphics Error
Describe the bug
The latest build from master gives the following error.
<stderr_txt> Using podman 27-Mar-2025 15:45:08 socket(): No error can't allocated host port for web graphics create command generated 'Error' create_container() failed: -1 2025-03-27 15:45:09 (26284): called boinc_finish(1)
</stderr_txt>
Is this reproducible? Can you run it with verbose=1 to show the commands and their output?
Note: the 'can't allocate host port' means that boinc_get_port() failed; this does socket(), bind(), and getsockname() to get an unused port. It suggests a problem unrelated to Docker.
I made a PR with slightly improved error messages.
BTW if this port allocation fails, in theory the job should proceed without graphics.
@lfield, and updates on this?
Closing. Not sure it is still an issue.