Hacker News new | ask | show | jobs
by Yuioup 4237 days ago
Have you managed to get any other ASP.NET vNext samples to work besides David Fowler's Hello World sample? I have tried to get MusicStoreMVC to work but I keep getting "Out of memory" errors on Mono+Linux.

[EDIT] David Fowler is a cool guy BTW

1 comments

Yup, honestly other samples besides David's HelloWorldVnext require a fix to the image (related to libuv), which means they're not working at all right now with Kestrel. But community was fast enough to send the fix:

https://github.com/aspnet/aspnet-docker/pull/8

Once that's in we will see if those "confirmed to be working on Linux" samples work within Docker as well and we'll take fixes as needed.