Changes for page Install Docker for Windows
Last modified by Erik Bakker on 2025/04/18 13:54
From 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
To 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
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.BasElzinga - Content
-
... ... @@ -20,18 +20,16 @@ 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 23 23 ** controlplane.emagiz.com:8000 25 + ** controlplane-agent.emagiz.com:8000 26 + ** controltower.emagiz.com:443 24 24 ** controltower.kpn-dsh.com:443 28 + ** controlbus.emagiz.com:443 25 25 ** Preferably the entry should be *.emagiz.com 26 26 ** Preferably the entry should be *.kpn-dsh.com{{/info}} 27 27 28 28 {{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 - 35 35 * When using cloudslot number **equal to or below** 125, the following configuration is needed to communicate to your JMS. 36 36 ** 35.158.46.28:443 37 37 ** 3.74.190.88:443 ... ... @@ -84,7 +84,7 @@ 84 84 #Add following lines 85 85 {"fixed-cidr": "<ip-address>"} 86 86 {{/code}} 87 - 85 + 88 88 ===== 3.2.2.2 Data location ===== 89 89 90 90 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: ... ... @@ -96,7 +96,7 @@ 96 96 "data-root": "d:\\docker" 97 97 } 98 98 {{/code}} 99 - 97 + 100 100 {{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}} 101 101 102 102 ==== 3.2.3 Check installation ====