-
Notifications
You must be signed in to change notification settings - Fork 503
Docker wrapper release notes
Vitalii Koshura edited this page Dec 31, 2025
·
11 revisions
The Docker wrapper is used for Docker apps.
Current version (17):
- Fixed bug in detection of container state at startup. If container is paused, unpause it rather than restarting.
- Windows: Run as 'root' when using boinc-buda-runner WSL images version 4 and higher
- 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.