SOLVED - Failed to start VM "MobyLinuxVM": The VM couldn't get an IP address after 60 tries

6E8110F1-1020-48AF-B25A-3297AF215688/2016-07-08_07-23-56

I’m on Windows 10 Pro insider preview
Evaluation copy, Build 14379.rs1_release.160627-1607
My computer is connected to a Windows 2012 R2 Server

This error happened after installation when docker started.

Here is a portion of the log:
[07:23:34.186][NamedPipeServer][Error ] Unable to execute Start: Failed to start VM “MobyLinuxVM”: The VM couldn’t get an IP address after 60 tries at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()
at System.Management.Automation.PowerShell.EndInvoke(IAsyncResult asyncResult)
at Docker.Core.PowerShell.Run(String script, Dictionary2 parameters, Action1 lineReceived)
at Docker.Backend.Backend.Start(Settings settings)
at Docker.Core.Pipe.NamedPipeServer.<>c__DisplayClass7_0.b__0(Object[] parameters)
at Docker.Core.Pipe.NamedPipeServer.RunAction(String action, Object[] parameters)

Solved.
I edited the dns server in the docker settings and gave it the IP address of my Windows 2012 server.