Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#654 from v-susbo/samplesupdate
Browse files Browse the repository at this point in the history
Adding samples to TOC
  • Loading branch information
v-susbo authored Nov 22, 2021
2 parents 6ad5683 + bb97c8d commit 5d8455f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 7 deletions.
31 changes: 31 additions & 0 deletions virtualization/windowscontainers/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,37 @@
# Resources
## [Known Issues](manage-containers/known-issues.md)
## [Container samples](samples.md)
### Application Frameworks
#### [aspnet](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/aspnet)
#### [iis](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/iis)
#### [iis-arr](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/iis-arr)
#### [iis-https](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/iis-https)
#### [iis-php](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/iis-php)
#### [Django](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/Django)
#### [apache-http](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/apache-http)
#### [apache-http-php](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/apache-http-php)
#### [nginx](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/nginx)
### Programing Languages
#### [dotnet35](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/dotnet35)
#### [golang](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/golang)
#### [nodejs](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/nodejs)
#### [python](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/python)
#### [python-django](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/python-django)
#### [rails](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/rails)
#### [ruby](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/ruby)
#### [server-jre-8u51-windows-x64](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/server-jre-8u51-windows-x64)
### Databases
#### [mongodb](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/mongodb)
#### [mysql](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/mysql)
#### [redis](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/redis)
#### [sqlite](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/sqlite)
#### [sqlserver-express](https://github.com/microsoft/mssql-docker/tree/master/windows)
### Infrastructure and CI Tools
#### [PowerShellDSC_iis-10.0](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/PowerShellDSC_iis-10.0)
### Just for fun
#### [MineCraft](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/MineCraft)
### Other
#### [DirectX](https://github.com/MicrosoftDocs/Virtualization-Documentation/tree/master/windows-container-samples/directx)
## [Windows Server containers roadmap](https://github.com/microsoft/Windows-Containers/projects/1)
## Licensing and support
### [Pricing and licensing](https://www.microsoft.com/windows-server/pricing)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ With the Dockerfile written, we can point Docker at our Dockerfile and tell it t
* `--name myapp` tells Docker to give this container a convenient name to query by (instead of having to look up the container ID assigned at runtime by Docker).
* `my-asp-app` is the image we want Docker to run. This is the container image produced as the culmination of the `docker build` process.

3. Open a web browser and navigate to `http://localhost:5000` to be see your containerized application, as shown in this screenshot:
3. Open a web browser and navigate to `http://localhost:5000` to see your containerized application, as shown in this screenshot:

>![ASP.NET Core webpage, running from the localhost in a container](media/SampleAppScreenshot.png)
Expand Down
13 changes: 7 additions & 6 deletions virtualization/windowscontainers/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ keywords: docker, containers, windows, samples
author: cwilhit
ms.date: 12/19/2016
ms.topic: article
ms.author: crwilhit
ms.assetid: 5c6f6350-f8d6-4426-b53d-9fb09c2bf267
---

# Windows Container Samples
# Windows Container samples

This is a collection of samples and examples submitted by the Windows team and members of the community. These samples are provided as is and with no warranties or guarantees made. Please feel free to contribute additional samples or improve the current set.
This is a collection of samples and examples submitted by the Windows team and members of the community. These samples are provided as is and with no warranties or guarantees made. Please feel free to contribute additional samples or imrove the current set.

## Categories

### Application Frameworks
### Application frameworks

[aspnet](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/aspnet)

Expand All @@ -34,7 +35,7 @@ This is a collection of samples and examples submitted by the Windows team and m

[nginx](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/nginx)

### Programing Languages
### Programing languages

[dotnet35](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/dotnet35)

Expand Down Expand Up @@ -64,11 +65,11 @@ This is a collection of samples and examples submitted by the Windows team and m

[sqlserver-express](https://github.com/microsoft/mssql-docker/tree/master/windows)

### Infrastructure and CI Tools
### Infrastructure and CI tools

[PowerShellDSC_iis-10.0](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/PowerShellDSC_iis-10.0)

### Just for Fun
### Just for fun

[MineCraft](https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-container-samples/MineCraft)

Expand Down

0 comments on commit 5d8455f

Please sign in to comment.