x86 apps #5856
Unanswered
zandiarash
asked this question in
Q&A
x86 apps
#5856
Replies: 1 comment 2 replies
-
Official images for x86 are not provided. You can follow the guidance in https://github.com/dotnet/dotnet-docker/blob/main/documentation/scenarios/installing-dotnet.md for authoring your own Dockerfile that installs .NET. This way you can customize which architecture is used. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to run an x86 dotnet 8 WebApi which uses some x86 dlls in docker ?
I mean something like these
FROM mcr.microsoft.com/dotnet/aspnet-x86:8.0 AS base
FROM mcr.microsoft.com/dotnet/sdk-x86:8.0 AS build
Beta Was this translation helpful? Give feedback.
All reactions