Skip to content

Commit f9b3dfd

Browse files
committed
Add performance tuning guidelines
1 parent 5c4fa3a commit f9b3dfd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Various Dockerfiles for Windows. You probably have heard about Docker and that e
2828
* Clone this repo and create some Docker images
2929

3030
## Further reading
31+
* [Performance Tuning Guidelines for Windows Server 2016](https://docs.microsoft.com/en-us/windows-server/administration/performance-tuning/)
3132
* Read the [Quick Start: Windows Server Containers and Docker](https://msdn.microsoft.com/virtualization/windowscontainers/quick_start/manage_docker) to get started with a first tutorial.
3233
* Read my blog post [Create a Node.js Container image for Windows](https://stefanscherer.github.io/create-an-io-js-container-image-for-windows/) for my first test drive with Docker on Windows.
3334
* Image what will happen when [Kitematic meets Windows Containers](http://blog.hypriot.com/post/kitematic-meets-windows-docker/).
@@ -38,7 +39,7 @@ Various Dockerfiles for Windows. You probably have heard about Docker and that e
3839
* [Windows Container Networking](https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/container-networking), 2016-08-22
3940
* [Docker Compose and Networking blog post](https://blogs.technet.microsoft.com/virtualization/2016/10/18/use-docker-compose-and-service-discovery-on-windows-to-scale-out-your-multi-service-container-application/), 2016-10-18
4041
* [Published Ports On Windows Containers Don't Do Loopback](https://blog.sixeyed.com/published-ports-on-windows-containers-dont-do-loopback/), 2016-10-20
41-
42+
4243
## PowerShell tricks
4344
Porting Dockerfiles from Linux to Windows I found it useful to use PowerShell at some points. Here are some [PowerShell tricks](PowerShellTricks.md) that were useful for me.
4445

0 commit comments

Comments
 (0)