Changes for page Install Docker for Linux
Last modified by Erik Bakker on 2026/01/30 10:56
From version 132.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 134.1
edited by Erik Bakker
on 2026/01/23 12:52
on 2026/01/23 12:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -18,12 +18,14 @@ 18 18 ===3.1 General requirements=== 19 19 These are the general requirements to allow the installation of the eMagiz Docker agent: 20 20 21 +{{info}}It is advised to use Docker version 24.0.7 as this is the version being used in the latest eMagiz cloud template. We advise to align the on-premise Docker version and update it according to the release notes of the [[Cloud templates>>doc:Main.Release Information.Cloud Templates.WebHome||target="blank"]]. 22 +{{/info}} 23 + 21 21 {{info}} 22 22 * Standard configuration to ensure that communication between your server and eMagiz to ensure communication. 23 23 ** registry.emagiz.com:443 24 24 ** controlplane.emagiz.com:443 25 - ** controlplane.emagiz.com:8000 26 - ** controlplane-agent.emagiz.com:8000 28 + ** controlplane-agent.emagiz.com:443 27 27 ** controltower.emagiz.com:443 28 28 ** controltower.kpn-dsh.com:443 29 29 ** controlbus.emagiz.com:443 ... ... @@ -75,10 +75,6 @@ 75 75 sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin 76 76 {{/code}} 77 77 78 - 79 -{{info}}It is advised to use Docker version 24.0.7 as this is the version being used in the latest eMagiz cloud template. We advise to align the on-premise Docker version and update it according to the release notes of the [[Cloud templates>>doc:Main.Release Information.Cloud Templates.WebHome||target="blank"]]. 80 -{{/info}} 81 - 82 82 ==== 3.2.3 Customization ==== 83 83 84 84 After installing Docker you have the option to stick with the standard configuration of Docker or you can opt to alter some specific settings. One setting that can be of particular interest is the setting that defines the IP address range your Docker installation will use to run the containers. ... ... @@ -115,6 +115,31 @@ 115 115 116 116 Install the eMagiz Deploy agent as can be found in this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.eMagiz Runtime Management.intermediate-runtime-management-deploy-agent.WebHome||target="blank"]] 117 117 116 +=== 3.3 Update Docker === 117 +When you are advised to update your Docker version, you can verify whether you are on the correct Docker version by executing the following command in PowerShell with administrative rights: 118 + 119 +{{code language="cmd"}} 120 +docker version 121 +{{/code}} 122 + 123 +When this returns a version **lower** than the advised version shown under the "General requirements" section, you can update Docker on your machine. To do so, execute the following command in PowerShell with administrative rights: 124 + 125 +{{code language="cmd"}} 126 +.\install-update-docker-ce.ps1 -DockerVersion DESIRED_VERSION 127 +{{/code}} 128 + 129 +===3.4 Uninstall Docker=== 130 +To uninstall Docker from your machine, execute the following commands in PowerShell with administrative rights: 131 + 132 +{{code language="cmd"}} 133 +Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/emagiz/windows-support/main/Uninstall-docker/uninstall-docker.ps1" -o uninstall-docker-ce.ps1 134 +{{/code}} 135 + 136 +Example usage: 137 + 138 +{{code language="cmd"}} 139 +.\uninstall-docker-ce.ps1 140 +{{/code}} 118 118 == 4. Key takeaways == 119 119 120 120 * eMagiz uses runtime images to deploy emagiz runtime on dockerized environments. The runtime image holds all the information and components required to run the runtime