Error reading JObject from JsonReader. Path ‘’, line 1, position 2267.
bei Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)
bei Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
bei Docker.Installer.InstallWorkflow.SetupBackendModeAndFeatures(List`1 backendModeFeaturesSteps)
bei Docker.Installer.InstallWorkflow.d__30.MoveNext()
— Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde —
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei Docker.Installer.InstallWorkflow.d__23.MoveNext()
In case yours is a windows server please refer to the below. Basically Docker Desktop is not allowed to be installed on a Windows Server which is outside Microsoft’s support timeline etc.
You can install docker community edition using their provided powershell script:
Invoke-WebRequest -UseBasicParsing “https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1” -o install-docker-ce.ps1
.\install-docker-ce.ps1