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 135.1
edited by Erik Bakker
on 2026/01/23 13:00
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
... ... @@ -144,7 +144,8 @@
144 144  
145 145  docker-ce/noble 5:29.1.5-1~ubuntu.24.04~noble <arch>
146 146  docker-ce/noble 5:29.1.4-1~ubuntu.24.04~noble <arch>
147 -...{{/code}}
146 +...
147 +{{/code}}
148 148  
149 149  Select the desired version and install.
150 150  
... ... @@ -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  
... ... @@ -163,7 +163,7 @@
163 163  {{/code}}
164 164  
165 165  {{warning}}Images, containers, volumes, or custom configuration files on your host aren't automatically removed. To delete all images, containers, and volumes:
166 -
164 +
167 167  {{code language="cmd"}}
168 168  sudo rm -rf /var/lib/docker
169 169  sudo rm -rf /var/lib/containerd