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.
For users of Enterprise Developer for Eclipse:
There are two editions of Docker: Docker Enterprise Edition (EE) and Docker Desktop, which is also known as the Community Edition (CE). 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 Desktop.
Full information on installing Docker is contained in the Docker Desktop 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
For users of Enterprise Developer UNIX Components:
There are two editions of Docker: Community Edition (CE) and Enterprise Edition (EE). Docker Enterprise Edition is not supported for use with Enterprise Developer so you must install Docker Community Edition.
You must obtain Docker Community Edition for Red Hat Linux or SUSE Linux from your operating system provider rather than from Docker.
For full information on installing Docker on Red Hat Enterprise Linux see Red Hat: Getting Started with Containers.
For full information on installing Docker on SUSE Linux Enterprise Server see SUSE: Docker Guide.