Update index.md [Sample applications table]

Providing entry to dockerize .Net Core application from the left navigation panel into the "Sample applications" table
This commit is contained in:
Shubh 2019-03-22 00:01:26 +05:30 committed by GitHub
parent 3bf5bee26d
commit 7720a2f9d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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. |