Changes for page Install Docker for Windows
Last modified by Erik Bakker on 2026/01/23 13:45
From version 143.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
To 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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -129,12 +129,14 @@ 129 129 docker version 130 130 {{/code}} 131 131 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: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: 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 + 138 138 ===3.4 Uninstall Docker=== 139 139 To uninstall Docker from your machine, execute the following commands in PowerShell with administrative rights: 140 140