Commit 65aa1897 authored by Sebastien Gardoll's avatar Sebastien Gardoll
Browse files

minor modifications

parent 5c0f721c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -177,7 +177,7 @@ As an example, these instructions completely shutdown ESGF stack and VMs::
  eval $(docker-machine env node0) # we have switch to the node0 context
  docker stack rm esgf-stack # so as to shutdown ESGF stack because node0 is the swarm manager
  exit # optionally exit the subprocess bash
  docker-machine rm node0 # node1 nodei and so onto
  docker-machine rm node0 node1 # node2 and so onto ; delete the VMs created by docker-machine
  
Associate the IP address of the Swarm manager node to the hostname
you intend to use to access the ESGF services. For example if 
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ eval $(docker-machine env node0) # so as to issue docker commands with
eval $(docker-machine env node0) # we have switch to the node0 context
docker stack rm esgf-stack # so as to shutdown ESGF stack because node0 is the swarm manager
exit # optionally exit the subprocess bash
docker-machine rm node0 # node1 nodei and so onto
docker-machine rm node0 node1 # node2 and so onto ; delete the VMs created by docker-machine
</pre></div>
</div>
<p>Associate the IP address of the Swarm manager node to the hostname
+160 B (29.9 KiB)

File changed.

No diff preview for this file type.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

Loading