Init lazy-autobuild

This commit is contained in:
aheirman 2021-02-04 17:58:42 +01:00
commit eca12bc30e
19 changed files with 739 additions and 0 deletions

20
docker_start_farm Executable file
View file

@ -0,0 +1,20 @@
#! /bin/sh
if false
then
For use with a dcoker registry
docker service create --name my_compile_farm \
--network my_docker_overlay_net \
--replicas 2\
localhost:5000/lazy_abyss /bootup_script
else
docker service create --name my_compile_farm \
--network my_docker_overlay_net \
--replicas 2\
local:lazy_abyss /bootup_script
fi