I started with Github repo and followed the step. I got error while running the step given below
Bring up all the application elememnts for Local Mode
Next, use the up.ps1 script to bring up all of the containers required for Local Mode.
.\up.ps1ERRORa Windows version 10.0.20348-based image is incompatible with a 10.0.19042 hostI refer version of docker https://hub.docker.com/_/microsoft-dotnet-sdkGo to .env file and change this configuration FROMNETCORE_BUILD_IMAGE=mcr.microsoft.com/dotnet/sdk:6.0-nanoserver-ltsc2022
NETCORE_RELEASE_IMAGE= mcr.microsoft.com/dotnet/aspnet:6.0-nanoserver-ltsc2022TONETCORE_BUILD_IMAGE=mcr.microsoft.com/dotnet/sdk:6.0.400-nanoserver-1809
NETCORE_RELEASE_IMAGE= mcr.microsoft.com/dotnet/aspnet:6.0.400-nanoserver-1809
No comments :
Post a Comment