Expected behavior
Docker should start and I can execute “docker” commands
Actual behavior
Docker “Failed to start”, and reports the following error
Unable to execute Start: Failed to create VM “MobyLinuxVM”: Cannot find an overload for “min” and the argument count: “2”. at System.Management.Automation.Interpreter.ThrowInstruction.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
Information
Diagnostic ID : 265EECB0-F59B-4DA4-8F2C-C37B6500759B/2016-07-12_10-06-20
Host : Windows 10 64 bit, 8GB RAM, i5 4590
Logs :
[10:01:18.300][PowerShell ][Info ] Run script with parameters: -Create True -SwitchSubnetAddress 10.0.75.0 -SwitchSubnetMaskSize 24 -CPUs 2 -Memory 2048 -IsoFile C:\Program Files\Docker\Docker\Resources\mobylinux.iso…
[10:01:18.870][HyperV ][Info ] Using existing Switch: DockerNAT
[10:01:19.187][HyperV ][Info ] Using existing Switch IP address
[10:01:20.350][HyperV ][Info ] Using existing: MobyLinuxVM
[10:01:20.435][NamedPipeServer][Error ] Unable to execute Start: Failed to create VM “MobyLinuxVM”: Cannot find an overload for “min” and the argument count: “2”. at System.Management.Automation.Interpreter.ThrowInstruction.Run(InterpretedFrame frame)
at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
[10:01:20.435][NamedPipeClient][Error ] Unable to send Start: Failed to create VM “MobyLinuxVM”: Cannot find an overload for “min” and the argument count: “2”.
[10:01:20.451][NamedPipeClient][Info ] Sending CheckInstallation()…
[10:01:20.451][NamedPipeServer][Info ] CheckInstallation()
Steps to reproduce the behavior
- Uninstalled Docker for Windows
- Restarted PC
- Installed Docker for Windows (tried both 1.12.0-rc2 & 1.12.0-rc3)
- Upon startup, the above error is returned
Used a registry cleaner & deleted orphan files but made no change.