File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ To get started with Docker Engine on Ubuntu, make sure you
3838To install Docker Engine, you need the 64-bit version of one of these Ubuntu
3939versions:
4040
41+ - Ubuntu Noble 24.04 (LTS)
4142- Ubuntu Mantic 23.10
4243- Ubuntu Jammy 22.04 (LTS)
4344- Ubuntu Focal 20.04 (LTS)
@@ -145,15 +146,15 @@ Docker from the repository.
145146 # List the available versions:
146147 $ apt-cache madison docker-ce | awk '{ print $3 }'
147148
148- 5:24.0 .0-1~ubuntu.22 .04~jammy
149- 5:23 .0.6 -1~ubuntu.22 .04~jammy
149+ 5:26.1 .0-1~ubuntu.24 .04~noble
150+ 5:26 .0.2 -1~ubuntu.24 .04~noble
150151 ...
151152 ```
152153
153154 Select the desired version and install:
154155
155156 ``` console
156- $ VERSION_STRING=5:24.0 .0-1~ubuntu.22 .04~jammy
157+ $ VERSION_STRING=5:26.1 .0-1~ubuntu.24 .04~noble
157158 $ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
158159 ```
159160
You can’t perform that action at this time.
0 commit comments