Open trumhemcut opened 8 years ago
Thanks! I assume this is different than the mono image we have?
@treeder Yes, it's only Alpine with the dotnet coreclr since dotnet can run on Linux without based on Mono. As a result, we can shrink down the size really much.
Can you make a README for this like the rest of images.
@trumhemcut , this is awesome!
Still need a README for this. Also, should there be a :dev
version?
DNX is an outdate version of coreclr
I've just created a new image for dotnet coreclr, basically it was created from https://github.com/aspnet/aspnet-docker/blob/master/1.0.0-rc1-update1-coreclr/Dockerfile (size 357.7 MB compare with this one 69.58 MB, a significant number smaller than standard image of Microsoft) and we can run a very basic HelloWorld app.
But there're many packages I've ignored since they are not available on Alpine:
Thanks, Phi