iglunix-autobuild/docker_start_farm

21 lines
356 B
Plaintext
Raw Permalink Normal View History

2021-02-04 16:58:42 +00:00
#! /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\
2021-02-06 12:46:14 +00:00
localhost:5000/iglunix_abyss /bootup_script
2021-02-04 16:58:42 +00:00
else
docker service create --name my_compile_farm \
--network my_docker_overlay_net \
--replicas 2\
2021-02-06 12:46:14 +00:00
local:iglunix_abyss /bootup_script
2021-02-04 16:58:42 +00:00
fi