Hi, what is this error? #12 ERROR: process “cmd /S /C dotnet restore "webappjishnui/webappjishnui.csproj"” did not complete successfully: unable to find user ContainerUser: invalid argument
[build 4/7] RUN dotnet restore “webappjishnui/webappjishnui.csproj”:
ERROR: failed to solve: process “cmd /S /C dotnet restore "webappjishnui/webappjishnui.csproj"” did not complete successfully: unable to find user ContainerUser: invalid argument
Process exited with code 1
The OP did hide the relevant details that would help to understand the situation. I guess it is the reason it never received any response, other than yours.
Please create your own topic, describe your current situation and share the original Dockerfile you experience the problem with, so we get a chance to actually see what you do. Leave everything as is, and only redact credentials / secrets (both should actually not exist in a Dockerfile), private ips or private domains.
Hello, if your Env is Windows , I also have this problem and troubled me 1 weeks
Finally , I found the problem is your docker setting need some configuration in Windows.
Please make sure windows open ‘open Hyper-V’ feature
In powershell enter this :Enable-WindowsOptionalFeature -Online -FeatureName $(“Microsoft-Hyper-V”,“Containers”) -All