Last modified by Erik Bakker on 2026/01/23 13:45

From version 144.1
edited by Erik Bakker
on 2026/01/23 12:51
Change comment: There is no comment for this version
To version 142.1
edited by Erik Bakker
on 2026/01/23 12:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -122,7 +122,7 @@
122 122  
123 123  Install the eMagiz Deploy agent as described in this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.eMagiz Runtime Management.intermediate-runtime-management-deploy-agent.WebHome||target="blank"]]
124 124  
125 -=== 3.3 Update Docker ===
125 +==== 3.3 Update Docker ====
126 126  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:
127 127  
128 128  {{code language="cmd"}}
... ... @@ -129,7 +129,7 @@
129 129  docker version
130 130  {{/code}}
131 131  
132 -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:
132 +When this returns a version **lower** than the advised version shown below, you can update Docker on your machine. To do so, execute the following command in PowerShell with administrative rights:
133 133  
134 134  {{code language="cmd"}}
135 135  .\install-update-docker-ce.ps1 -DockerVersion DESIRED_VERSION