Changes for page Install Docker for Windows
Last modified by Erik Bakker on 2025/04/18 13:54
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,7 +11,7 @@ 11 11 == 2. Key concepts == 12 12 In the new runtime architecture of eMagiz, Docker technology is used to deploy runtimes. eMagiz creates specific runtime images that contain the eMagiz runtime, and can be deployed in dockerized environments. 13 13 14 -In the below section the specific operating systems and versions are discussed in a sense that the prerequisite installations are described. Once the right installation is done, refer to section 3. 5for the installation of the eMagiz agent that manages the interaction with the eMagiz platform. That agent will download the created docker images that will be deployed in the Docker environment.14 +In the below section the specific operating systems and versions are discussed in a sense that the prerequisite installations are described. Once the right installation is done, refer to section 3.7 for the installation of the eMagiz agent that manages the interaction with the eMagiz platform. That agent will download the created docker images that will be deployed in the Docker environment. 15 15 16 16 == 3. On-premises deployments == 17 17 ... ... @@ -22,9 +22,11 @@ 22 22 ** registry.emagiz.com 23 23 ** testing.emagiz.com 24 24 ** Preferably the entry should be *.emagiz.com 25 + 25 25 26 26 ===3.2 Installation requirements Linux=== 27 27 29 +* Whenever Linux is selected as operating system, the latest version of Ubuntu will work 28 28 * Install latest version of the Docker engine - see for instance https://docs.docker.com/engine/install/ubuntu/ 29 29 * Go to the next section around installing the eMagiz agent 30 30 ... ... @@ -48,6 +48,8 @@ 48 48 * Enable Hyper-V in Windows Server 49 49 ** Go to Server Manager, Manage (top right), enable roles and features, select the desired roles and server selections. In the Features section, enable Hyper-V. 50 50 ** Restart windows 53 +* Cross check is WSL 2.0 is installed 54 + ** Use this command to get WSL 2.0: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 51 51 * Install Docker Desktop on the Windows Server 52 52 ** Please refer to this link: https://www.docker.com/products/docker-desktop/ 53 53 ** Restart windows