How do you resolve this error: Docker on Raspberry Pi Error .Net Core 3.1 Error: standard_init_linux.go:211: exec user process caused "exec format error"
Solution: Change your URL to:
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim-arm32v7 AS base
Mark said:
Can you try to elaborate more on this issue?