If the virtual machine with the docking station is rebooted, for example, due to the azure correction of the VM or for some reason, the node can get a new IP address (VirtualBox can cause this and Azure too) This, in turn, leads to that the certificate is no longer valid and Docker does not start on this machine.
If I use Docker Swarm, the result is that the restarted node will be status dependent. Expected endlessly.
If I then do a docker-machine regenerate-certs mymachine, then it will start working again.
How can I talk about this? I think there is no way to restart nodes, so how do you handle this?
source
share