Docker flow - Golem-Unlimited/golem-unlimited GitHub Wiki
Golem Unlimited flow
TODO
Golem Brass flow
Based on https://github.com/golemfactory/golem/blob/a7e17/golem/docker/manager.py
* all commands are run as separate process
Initialization
- Read static file with images
pull
s all images (if needed)- if pull is unsuccessful, then images are
build
andtag
ged
- if pull is unsuccessful, then images are
Job submission
Brass uses docker-py
lib (as of time writing v 1.7.2)
- creates containers (src) supplying path to python script wich will be executed (it invokes blender)
- waits for result