Changes for page Install Docker for Linux

Last modified by Erik Bakker on 2026/01/30 10:56

From version 139.1
edited by Erik Bakker
on 2026/01/23 13:45
Change comment: There is no comment for this version
To version 137.1
edited by Erik Bakker
on 2026/01/23 13:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -94,7 +94,6 @@
94 94  {{/code}}
95 95  
96 96  Select the desired version and install:
97 -
98 98  {{code language="cmd"}}
99 99  VERSION_STRING=5:29.1.5-1~ubuntu.24.04~noble
100 100  sudo apt install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
... ... @@ -153,8 +153,6 @@
153 153  sudo apt install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
154 154  {{/code}}
155 155  
156 -{{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}}
157 -
158 158  ===3.4 Uninstall Docker===
159 159  To uninstall Docker from your machine, execute the following command.
160 160