This repository was archived by the owner on Feb 13, 2019. It is now read-only.
This repository was archived by the owner on Feb 13, 2019. It is now read-only.
Update Docker template for RC2 #685
Closed
Description
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:
dotnet --version
.NET Command Line Tools (1.0.0-beta-001598)
Product Information:
Version: 1.0.0-beta-001598
Commit Sha: N/A
Runtime Environment:
OS Name: ubuntu
OS Version: 14.04
OS Platform: Linux
Runtime Id: ubuntu.14.04-x64
The template needs to ship with SQLite path (as the current one) in order to allow runing starter web projects out-of-the-box.