Step 4 – Install
Use the "Join" command when running the install script to perform a fresh install but instead of initializing the Swarm, join the existing swarm that was created during the process of loading images. See Video reviewing this step.
Also, select “Private Docker Registry” when choosing the Container Registry. When prompted for the registry hostname and port, use:
<application hostname/IP>:5000
And choose <No> when asked if the registry requires authentication.
After the installation is finished and all services are running or are in the "Complete" state, you can tear down the local private Docker registry that was previously created. To do this, run the following:
docker service rm registry
Note
You must wait until the batch_tools images are in the 'Complete' state before tearing down the registry or the analytics and on-demand analytics containers will not have the files needed to perform analytics builds.