Browse Source

Modify copy.sh

Admin User 6 years ago
parent
commit
45eeb59e92
1 changed files with 1 additions and 0 deletions
  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 ]