From 7720a2f9d8c86a38d8b5134cbd9704837aabb145 Mon Sep 17 00:00:00 2001 From: Shubh <36189251+zeniri@users.noreply.github.com> Date: Fri, 22 Mar 2019 00:01:26 +0530 Subject: [PATCH] Update index.md [Sample applications table] Providing entry to dockerize .Net Core application from the left navigation panel into the "Sample applications" table --- samples/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/index.md b/samples/index.md index e61e83be3a..37f9044ad7 100644 --- a/samples/index.md +++ b/samples/index.md @@ -39,6 +39,7 @@ Run popular software using Docker. | Sample | Description | | ------ | ----------- | | [apt-cacher-ng](/engine/examples/apt-cacher-ng) | Run a Dockerized apt-cacher-ng instance. | +| [.Net Core application](/engine/examples/dotnetcore) | Run a Dockerized ASP.NET Core application. | | [ASP.NET Core + SQL Server on Linux](/compose/aspnet-mssql-compose) | Run a Dockerized ASP.NET Core + SQL Server environment. | | [CouchDB](/engine/examples/couchdb_data_volumes) | Run a Dockerized CouchDB instance. | | [Django + PostgreSQL](/compose/django/) | Run a Dockerized Django + PostgreSQL environment. |