-
Couldn't load subscription status.
- Fork 495
Docker wrapper release notes
David Anderson edited this page Oct 2, 2025
·
6 revisions
The Docker wrapper is used for Docker apps.
Current version (13):
https://github.com/BOINC/boinc/releases/tag/dockerwrapper%2F13
- 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.