Browse Source

Modify copy.sh

Admin User 6 năm trước cách đây
mục cha
commit
45eeb59e92
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 ]