Merge pull request #119 from ManoMarks/master

Adding warning on Windows 10 or 2016
This commit is contained in:
Victor Coisne 2016-11-14 17:24:28 -08:00 коммит произвёл GitHub
Родитель cfa97008d8 9ef9df5385
Коммит 625d013657
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,10 @@
In September 2016, Microsoft announced the general availability of Windows Server 2016, and with it, Docker engine running containers natively on Windows. This tutorial describes how to get setup to run Docker Windows Containers on Windows 10 or using a Windows Server 2016 VM.
###If you are developing locally, you must be running Windows 10 pro or Windows 2016 in a virtual machine to be able to use this tutorial
If you can develop in the cloud, you must run on a Windows 2016 VM
This tutorial consists of three parts:
1. [Setup](Setup.md "Setup"): Making sure your development environment is properly set-up to work with Windows Containers.