dotnet core on linux docker container?
I am very new to docker and I have some doubts about the images that microsoft provides for dotnet core on https://hub.docker.com/r/microsoft/dotnet/
I have been using dotnet core sdk on macOS without issues. Now I want to try it using docker on the said mac. After reading a little bit I understand that microsoft provides docker images based on both linux and windows nano. Given my rudimentary understanding of docker containers I have a doubt. When using a command like: "docker pull mcr.microsoft.com/dotnet/core/sdk" how do I specify that I want the linux based image and not the windows nano one?
0 comments:
Post a Comment