Changes for page Install Docker for Windows
Last modified by Erik Bakker on 2026/01/23 13:45
From version 145.1
edited by Erik Bakker
on 2026/01/23 13:45
on 2026/01/23 13:45
Change comment:
There is no comment for this version
To version 142.1
edited by Erik Bakker
on 2026/01/23 12:50
on 2026/01/23 12:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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,14 +129,12 @@ 129 129 docker version 130 130 {{/code}} 131 131 132 -When this returns a version **lower** than the advised version shown under the "Generalrequirements" 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 136 136 {{/code}} 137 137 138 -{{warning}}It may happen that, due to the update, your containers are no longer starting up. To resolve this, please restart the containers, which can be done via a deployment plan or the deploy architecture.{{/warning}} 139 - 140 140 ===3.4 Uninstall Docker=== 141 141 To uninstall Docker from your machine, execute the following commands in PowerShell with administrative rights: 142 142