Replies: 3 comments
-
@yuvron, Can you share the digest (sha256) of the > docker run --rm mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim-arm64v8 which dotnet
/usr/bin/dotnet If the base image isn't up-to-date, please try adding the Either |
Beta Was this translation helpful? Give feedback.
-
[Triage] Moving this to a discussion as it's not clear yet that this is a bug. |
Beta Was this translation helpful? Give feedback.
-
If this isn't working, I assume you are using Rider, and you will need to configure Docker again, as this was the case for me. With a new install, mine defaulted to "TCP Socket" while I am using WSL. After setting it to WSL and the chosen distro, it ran as expected. |
Beta Was this translation helpful? Give feedback.
-
Describe the Bug
Can't run any
mcr.microsoft.com/dotnet/aspnet:7.0
based image.My Dockerfile:
When I run this image I receive this error:
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "dotnet": executable file not found in $PATH: unknown.
Switching to other tag like
7.0-bookworm-slim
solved the problem.Other Information
Output of
docker version
Output of
docker info
Beta Was this translation helpful? Give feedback.
All reactions