Selaa lähdekoodia

Modify copy.sh

Admin User 6 vuotta sitten
vanhempi
commit
45eeb59e92
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      copy.sh

+ 1 - 0
copy.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
+export DOCKER_HOST=tcp://dev-iru-swarm.infoclinica.lan:2376 DOCKER_TLS_VERIFY=1
 docker service ps bind --format "{{.Node}} {{.DesiredState}}" | while read host status
 do
   if [ ${status} == Running ]