Rename to iglunix from lazybox

This commit is contained in:
aheirman 2021-02-06 13:46:14 +01:00
parent 5b7c97d944
commit 56051d2324
8 changed files with 44 additions and 41 deletions

View file

@ -6,12 +6,12 @@ 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
localhost:5000/iglunix_abyss /bootup_script
else
docker service create --name my_compile_farm \
--network my_docker_overlay_net \
--replicas 2\
local:lazy_abyss /bootup_script
local:iglunix_abyss /bootup_script
fi