-
Notifications
You must be signed in to change notification settings - Fork 480
Docker wrapper release notes
David Anderson edited this page Jul 9, 2025
·
5 revisions
The Docker wrapper is used for Docker apps.
x64: https://boinc.berkeley.edu/dl/docker_wrapper_6_windows_x86_64.exe
x64: https://boinc.berkeley.edu/dl/docker_wrapper_6_x86_64-pc-linux-gnu
x64: https://boinc.berkeley.edu/dl/docker_wrapper_6_x86_64-apple-darwin
-
Mac/Linux: if no Docker is specified in
app_init_data.xml
, print error and exit. This can happen is the Docker plan class is not configured on the server. -
Support multithread apps. Use a plan class like
docker_mt
.
-
Read fraction done from a file
fraction_done
and report to client. -
Mac/podman: set env vars to use podman/ dir in BOINC data directory.
- If main program exits nonzero, report that as BOINC error.
- Initial version.