aspnet / aspnet-docker

[Archived] ASP.NET Core Docker images for 1.x. Go to https://github.com/dotnet/dotnet-docker for 2.1 and up.
https://asp.net
719 stars 171 forks source link

unkown blob?does linux cant support this docker images? #429

Closed HongGit closed 6 years ago

HongGit commented 6 years ago

any other images can run in linux docker and run aps.net website app?

HongGit commented 6 years ago

https://github.com/Microsoft/aspnet-docker/issues/113

natemcmaster commented 6 years ago

Which version of ASP.NET are you trying to use? ASP.NET 4 is only supported on Windows. ASP.NET Core runs on both Windows and Linux.

natemcmaster commented 6 years ago

Closing as we need more information to help you on this issue. Not trying to be mean...we just don't have enough info about your issue. We're happy to reopen if you can provide more info that helps us identify the problem. In the meantime, feel free to continue discussion.

Thanks, -Nate

nwsm commented 6 years ago

Bear with me, I'm new to containers. Can anyone explain why the image only works with Windows containers? (I am referencing this repo / Docker image but this issue seems to be the latest discussion around this)

The image ships with the OS, so why does it matter if it is a Windows or Linux container?

MichaelSimons commented 6 years ago

@nwsm, Containers share the Kernel of the Docker Host.

image

Windows Containers only support running on a Windows Kernel.