boinc-server-docker icon indicating copy to clipboard operation
boinc-server-docker copied to clipboard

A Docker multi-container application that runs a BOINC server

Results 20 boinc-server-docker issues
Sort by recently updated
recently updated
newest added

Hello! Can you please tell me how I can insert a custom validator into the docker and should I compile it?

Hi Marius, Very nice your project! I am struggling to have the task pushed to the clients I am creating the task as per your example: **root@boincserver:~/project# bin/boinc2docker_create_work.py python:alpine python...

It helps set up for #70 #53 .

I am trying to setup a BOINC server but I am getting a 404 on http://127.0.0.1/boincserver: ```bash $ wget http://127.0.0.1/boincserver --2019-01-24 16:18:44-- http://127.0.0.1/boincserver Connecting to 127.0.0.1:80... connected. HTTP request sent,...

After setting up boinc on the machine, I get the following 404 Not found while accessing http://127.0.0.1/boincserver : ![image](https://user-images.githubusercontent.com/13901313/113451057-06a8f880-93b6-11eb-8c05-f63d65fb7eba.png) To reproduce: git clone https://github.com/marius311/boinc-server-docker.git cd boinc-server-docker docker-compose pull docker-compose up...

When following the README.md file and get to the `docker-compose pull` command I receive the following error. ``` Step 6/32 : RUN cd /usr/local/boinc && ./_autosetup && ./configure --disable-client --disable-manager...

I have been setting up a boinc server using the boinc-server-docker framework. After editing a few files and using a custom build using the --build option, I was able to...

Hi, I've been trying to get this running on Fedora 33 (with docker) and I'm hitting multiple roadblocks (following instructions from https://github.com/marius311/boinc-server-docker/blob/master/docs/cookbook.md). 1. Apache 404 Error. (when navigating to 127.0.0.1/boincserver...

Hello, everyone! I am setting up my server on a Raspberry Pi 3 and I have a problem with Apache. When I run command `docker-compose up -d` I got this:...

Hi I'm wondering if there is a way for not using the VirtualBox while submitting boinc2docker jobs. I'm looking for a mechanism for running jobs directly inside a Docker container...