iglunix-autobuild/docker_start_farm
2021-02-06 13:52:14 +01:00

21 lines
356 B
Bash
Executable file

#! /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/iglunix_abyss /bootup_script
else
docker service create --name my_compile_farm \
--network my_docker_overlay_net \
--replicas 2\
local:iglunix_abyss /bootup_script
fi