-
Notifications
You must be signed in to change notification settings - Fork 504
Docker wrapper release notes
Vitalii Koshura edited this page Nov 13, 2025
·
8 revisions
The Docker wrapper is used for Docker apps.
Current version (15):
https://github.com/BOINC/boinc/releases/tag/dockerwrapper%2F15
- Mac: Improved podman detection
- Windows: fix an issue when wrong user (root) was used when running podman/docker tasks on
boinc-buda-runnerWSL image
- Mac: get CPU time and mem usage correctly
-
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_doneand 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.