Changes for page Install Docker for Windows
Last modified by Erik Bakker on 2025/04/18 13:54
From version 138.2
edited by Bas Elzinga
on 2024/12/17 12:19
on 2024/12/17 12:19
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 (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. BasElzinga1 +XWiki.ebakker - Content
-
... ... @@ -20,16 +20,18 @@ 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}} 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 + 33 33 * 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 ... ... @@ -82,7 +82,7 @@ 82 82 #Add following lines 83 83 {"fixed-cidr": "<ip-address>"} 84 84 {{/code}} 85 - 87 + 86 86 ===== 3.2.2.2 Data location ===== 87 87 88 88 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: ... ... @@ -94,7 +94,7 @@ 94 94 "data-root": "d:\\docker" 95 95 } 96 96 {{/code}} 97 - 99 + 98 98 {{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}} 99 99 100 100 ==== 3.2.3 Check installation ====