Before you start, register at Rosetta website (http://boinc.bakerlab.org/rosetta/join.php) and remember your registration email and password, you will need them for the below commands
docker rm -f boinc && docker run -d --cpu-quota 30000 -it --name boinc --net=host --restart=always --pid=host -v ${HOME}/boinc:/var/lib/boinc daniilyar/boinc
ACCOUNT_KEY=`docker exec -it boinc boinccmd --host 127.0.0.1 --passwd 123 --lookup_account http://boinc.bakerlab.org/rosetta '<email>' '<password>' | tail -n 1 | awk '{print $3}`
It will print you a token
docker exec -it boinc boinccmd --host 127.0.0.1 --passwd 123 --project_attach "http://boinc.bakerlab.org/rosetta" "${ACCOUNT_KEY}"
After you reboot your PC or Docker or container (or recreate the container using thee first command above), it will continue calculating properly
Content type
Image
Digest
Size
61.7 MB
Last updated
over 6 years ago
docker pull daniilyar/boinc