Skip to content

Docker wrapper release notes

David Anderson edited this page Jul 9, 2025 · 5 revisions

The Docker wrapper is used for Docker apps.

Executables:

Windows

x64: https://boinc.berkeley.edu/dl/docker_wrapper_6_windows_x86_64.exe

Linux

x64: https://boinc.berkeley.edu/dl/docker_wrapper_6_x86_64-pc-linux-gnu

MacOS

x64: https://boinc.berkeley.edu/dl/docker_wrapper_6_x86_64-apple-darwin

Release notes

Version 7 (TBA)

  • 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.

Version 6 (12 June 2025)

  • 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.

Version 4 (16 May 2025)

  • If main program exits nonzero, report that as BOINC error.

Version 3 (29 Mar 2025)

  • Initial version.
Clone this wiki locally