You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade and start.
Or provide a better message in case of issue.
Actual behavior
First, I tried the auto update which failed without any message (docker didn't start or started with the previous version).
Then, I tried a manual update which worked well but at the start I received:
Unable to start: The VM couldn't get an IP address after 60 tries
à Fatal, <Aucun fichier> : ligne 313
à Start-MobyLinuxVM, <Aucun fichier> : ligne 233
à <ScriptBlock>, <Aucun fichier> : ligne 322
à Docker.Backend.HyperV.RunScript(String action, Dictionary`2 parameters)
à Docker.Backend.LinuxContainersEngine.DoStart(Settings settings)
à Docker.Backend.LinuxContainersEngine.Start(Settings settings)
à Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass7_0.<Register>b__0(Object[] parameters)
à Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)
@juherr Thanks for your report.I tried to reproduce and added 127.0.0.1 docker.local to C:\Windows\System32\drivers\etc\hosts and I could start The app just fine. Did you change anything else?
Expected behavior
Upgrade and start.
Or provide a better message in case of issue.
Actual behavior
First, I tried the auto update which failed without any message (docker didn't start or started with the previous version).
Then, I tried a manual update which worked well but at the start I received:
Information
Steps to reproduce the behavior
Fix:
I had
127.0.0.1 docker.local
in myhosts
file to solve a previous issue. When I remove it, docker is running well.The text was updated successfully, but these errors were encountered: