-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2024.11.02.html
More file actions
27 lines (27 loc) · 4.87 KB
/
2024.11.02.html
File metadata and controls
27 lines (27 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="fediverse:creator" content="@AenBleidd@fosstodon.org"><meta name="description" content="Read the monthly report for October 2024 to find more information about the WSL and Docker features in the upcoming release of BOINC."><meta name="keywords" content="BOINC, development, Vitalii Koshura, updates, information, WSL, Docker, release"><meta propery="og:title" content="BOINC Development Status Report: October 2024"><meta propery="og:description" content="Read the monthly report for October 2024 to find more information about the WSL and Docker features in the upcoming release of BOINC."><meta propery="og:type" content="website"><meta propery="og:url" content="https://aenbleidd.github.io/2024.11.02.html"><meta propery="og:image" content="https://aenbleidd.github.io/images/IMG_3682.jpg"><link rel="canonical" href="https://aenbleidd.github.io/2024.11.02.html"><title>BOINC Development Status Report: October 2024</title><link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RB9QYE55Z3"></script>
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-RB9QYE55Z3');</script>
</head><body><header><div class="container"><h1>Vitalii Koshura: Maintaining BOINC / BOINC Development Status Report: October 2024</h1></div></header><div class="container"><aside id="menu"><ul id="menu_items"><li><a href = 'index.html'>Home</a></li><li><a href = 'blog.html'>Blog</a></li><li><a href = 'tutorials.html'>Tutorials</a></li></ul></aside><section id="main_content"><div id="blog_post_single"><p>This month was relatively calm, with fewer events.</p>
<p>David and I are working on adding Docker support. Most of the core work is done, but now we’re refining several parts of the existing functionality within the BOINC client to ensure compatibility with the new type of applications. A major advantage of Docker support, combined with WSL, is that it simplifies the infrastructure significantly. This makes things easier for project developers, as they no longer need to create separate applications for different operating systems. Although Android will still require a dedicated application, having a unified solution for desktop OSs is a significant step forward for BOINC. This also means projects can potentially drop VirtualBox support in favor of Docker, which is simpler and more flexible.</p>
<p>For more details about Docker and WSL, please refer to the following resources:</p>
<ul>
<li><a href="https://github.com/BOINC/boinc/wiki/Docker">Docker</a></li>
<li><a href="https://github.com/BOINC/boinc/wiki/WSL-wrapper">WSL wrapper</a></li>
<li><a href="https://github.com/BOINC/boinc/wiki/Docker-app-implementation">Docker app implementation</a></li>
<li><a href="https://github.com/BOINC/boinc/wiki/Docker-apps">Docker apps</a></li>
<li><a href="https://github.com/BOINC/boinc/wiki/Docker-design-alternatives">Docker design alternatives</a></li>
</ul>
<p>With Docker support, we can also run applications that were previously unsupported, which is very important for expanding BOINC’s functionality.</p>
<p>This year, I attended the GCB conference in Bielefeld, Germany, where I spoke with several scientists. While they were generally interested in BOINC, their first question was whether it could run Docker containers—a crucial capability for them. Most of their applications are written in Python and require additional packages to be installed on the system. Given BOINC's current architecture, distributing workloads across hosts is challenging. Additionally, many potential users interested in BOINC lack the time and expertise to set up their own project servers or configure applications correctly.</p>
<p>Our responsibility as BOINC maintainers is to simplify this process as much as possible and remove as many barriers as we can. Docker can be a significant help here, as it allows users to configure their environment once, which BOINC can then replicate automatically. While a project server is still required, we aim to use BOINC Central for smaller research projects, providing access for scientists who may not have the resources or skills to create their own server.</p>
<p align="center">
<img src="images/IMG_3682.jpg" alt="Two little mushrooms in the green grass"/>
</p></div><div id="previous_post_link"><a href="2024.10.13.html">Previous Post: BOINC Workshop 2024: What's next?</a></div></section><aside id="right_block" style="margin-left: 100px;"></aside></div><footer><div class="container"><p>Vitalii Koshura © 2026</p></div></footer></body></html>