Core dotnet (1.0.0) Image for our asp.net applications
936
This docker image is for hosting dotnetcore web applications in a container using the built-in kestrel web server. Below are some important details:
/dotnet is defined as a volume. This is where you would use a ADD or COPY directive to place your code. During the CMD execution, this image will navigate to that directory, locate project.json and issue DOTNET RESTORE and DOTNET RUN directives to launch Kestrel.
Will eventually add SSL support so that you can pass a directory for SSL Cert injection and a list of configurable environment variables.
Content type
Image
Digest
Size
166.8 MB
Last updated
about 10 years ago
docker pull cimplx/dotnet