-
Notifications
You must be signed in to change notification settings - Fork 168
Update Docker template for RC2 #685
Comments
The microsoft/dotnet images will be updated for RC2. See: dotnet/dotnet-docker#36 |
Thanks! Subscribed! |
- new dotnet image tag(s) - new structure TBD: figure out server-urls config Thanks!
Just did a PR for this. |
I had some issues with this recently. I'm new to Yeoman and Docker so correct me if I'm wrong, but using "yo aspnet" produces a Dockerfile that doesn't work with RC2. To get it to work I publish first using "dotnet publish" and then updated my Dockerfile's FROM, RUN and ENTRYPOINT lines. Here's my Dockerfile: ----- 8< ----- EXPOSE 5000/tcp ----- >8 ----- |
Added ConfigurationBuilder to WebHostBuilder for Dockerfile launch configuration
There is no AFAIK updated Docker image for use with dotnet/aspnet under RC2.
The current
microsoft/dotnet
is old and content from RC2 branch won't work on this image:The template needs to ship with SQLite path (as the current one) in order to allow runing starter web projects out-of-the-box.
The text was updated successfully, but these errors were encountered: