This topic presents information to help you install Docker so that you can use it with Enterprise Developer. Before installing Docker see Docker Known Issues and Restrictions for information that might be relevant to your use of Docker.
There are two editions of Docker: Community Edition (CE) and Enterprise Edition (EE). Docker Enterprise Edition is supported for use with Enterprise Developer only on Windows Server 2016 so if you are using Windows 10 you must install Docker Community Edition.
Full information on installing Docker is contained in the Community Edition page on the Docker site.
To install Docker Enterprise Edition on Windows Server 2016 use the following PowerShell commands:
Install-Module DockerMsftProvider -Force Install-Package Docker -ProviderName DockerMsftProvider -Force