The docker swarm init process should handle retries if there was an error, since it's a critical expectation that it worked if it proceeds.
Additionally, if it fails because of the system having multiple IPs, it should be able to list the IPs, list them, let the user select one, and then use --advertise-addr to select the right IP.
The
docker swarm init
process should handle retries if there was an error, since it's a critical expectation that it worked if it proceeds.Additionally, if it fails because of the system having multiple IPs, it should be able to list the IPs, list them, let the user select one, and then use
--advertise-addr
to select the right IP.