Changes for page Install Docker for Windows
Last modified by Erik Bakker on 2025/04/18 13:54
From version 140.1
edited by Erik Bakker
on 2025/04/18 13:54
on 2025/04/18 13:54
Change comment:
There is no comment for this version
To version 137.1
edited by Erik Bakker
on 2024/11/29 08:37
on 2024/11/29 08:37
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,17 +20,19 @@ 20 20 {{info}} 21 21 * Standard configuration to ensure that communication between your server and eMagiz to ensure communication. 22 22 ** registry.emagiz.com:443 23 - ** controlplane.emagiz.com:443 24 24 ** controlplane.emagiz.com:8000 25 - ** controlplane-agent.emagiz.com:8000 26 - ** controltower.emagiz.com:443 27 27 ** controltower.kpn-dsh.com:443 28 - ** controlbus.emagiz.com:443 29 29 ** Preferably the entry should be *.emagiz.com 30 30 ** Preferably the entry should be *.kpn-dsh.com{{/info}} 31 31 32 32 {{warning}} 33 -* When using **IP Whitelisting**, the following configuration is needed to communicate to your JMS. 29 +* In case of a very strict firewall configuration, additional configuration is needed to communicate to the eMagiz infrastructure. 30 + ** controltower.emagiz.com:443 31 + ** controltower.kpn-dsh.com:443 32 + ** controlbus.emagiz.com:443 33 + ** controlplane.emagiz.com:443 34 + 35 +* When using cloudslot number **equal to or below** 125, the following configuration is needed to communicate to your JMS. 34 34 ** 35.158.46.28:443 35 35 ** 3.74.190.88:443 36 36 ** 35.158.46.28:8443 ... ... @@ -37,6 +37,11 @@ 37 37 ** 3.74.190.88:8443 38 38 ** 35.158.46.28:8444 39 39 ** 3.74.190.88:8444 42 + ** 18.199.123.240 43 + ** 18.184.211.189 44 + ** 3.123.136.31 45 + 46 +* When using a cloudslot number **above** 125, the following configuration is needed to communicate to your JMS. 40 40 ** 3.74.209.20:443 41 41 ** 3.76.127.155:443 42 42 ** 3.74.209.20:8443 ... ... @@ -77,7 +77,7 @@ 77 77 #Add following lines 78 78 {"fixed-cidr": "<ip-address>"} 79 79 {{/code}} 80 - 87 + 81 81 ===== 3.2.2.2 Data location ===== 82 82 83 83 Below you can find an example of switching from the default C directory ({{code language="cmd"}}c:\programdata\docker{{/code}}) to the D directory to store data related to Docker. Based on your internal configuration you can choose the best suitable variant if that is needed. To do so you can add the following attribute to the Docker daemon file: ... ... @@ -89,7 +89,7 @@ 89 89 "data-root": "d:\\docker" 90 90 } 91 91 {{/code}} 92 - 99 + 93 93 {{warning}}Note that when you want to create multiple customizations to your configuration the result in the daemon.json file should be a **valid** JSON structure{{/warning}} 94 94 95 95 ==== 3.2.3 Check installation ====