diff --git a/99.-FAQ-(Frequently-Asked-Questions).md b/99.-FAQ-(Frequently-Asked-Questions).md index af65509..f0c35d2 100644 --- a/99.-FAQ-(Frequently-Asked-Questions).md +++ b/99.-FAQ-(Frequently-Asked-Questions).md @@ -57,4 +57,14 @@ If response is received the problem is that the request from a container cannot * You have opened the ports of the firewall (run the script `cli-windows\add-firewall-rules-for-sts-auth-thru-docker.ps1` -If this do not solved your problem ensure that the `vpnkit` of the firewall is disabled. For more info refer to @huangmaoyixxx's comment in [issue #295](https://github.com/dotnet-architecture/eShopOnContainers/issues/295) \ No newline at end of file +If this do not solved your problem ensure that the `vpnkit` of the firewall is disabled. For more info refer to @huangmaoyixxx's comment in [issue #295](https://github.com/dotnet-architecture/eShopOnContainers/issues/295) + + +### When I try to run the solution in "Docker for Windows" (on the Linux VM) I get the error "Did you mean to run dotnet SDK commands?" +If you get this error: +Did you mean to run dotnet SDK commands? Please install dotnet SDK from: + http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409 + +That usually happens when you just switched from Windows Containers to Linux Containers in "Docker for Windows". +This might be a temporal bug in "Docker for Windows" environment. +Workaround: Reboot your machine and you should be able to deploy to Linux Containers without these issues. \ No newline at end of file