So our builds were failing to push this morning on our windows Jenkins machine. We have docker for windows configured to start automatically when the machine reboots. Most of the time no one needs to touch this machine.
This morning Jenkins couldn’t push to our docker repositories because for some reason docker had not started. Turned out that docker was waiting for someone to dismiss a dialog asking for a rating and recommend to friends dialog window. After I dismissed this window, docker started up.
So how about we don’t block docker from starting just for a rating dialog box.