Skip to content

Commit 226637e

Browse files
committed
engine/install: add Ubuntu Noble 24.04 (LTS)
Scheduled to be released Today (April 25); - https://wiki.ubuntu.com/Releases - https://discourse.ubuntu.com/t/noble-numbat-release-schedule/35649 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d867aad commit 226637e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/engine/install/ubuntu.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ To get started with Docker Engine on Ubuntu, make sure you
3838
To install Docker Engine, you need the 64-bit version of one of these Ubuntu
3939
versions:
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

0 commit comments

Comments
 (0)