We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6a077 commit 8ebbf45Copy full SHA for 8ebbf45
content/engine/install/debian.md
@@ -143,15 +143,15 @@ Docker from the repository.
143
# List the available versions:
144
$ apt-cache madison docker-ce | awk '{ print $3 }'
145
146
- 5:25.0.0-1~debian.12~bookworm
147
- 5:24.0.7-1~debian.12~bookworm
+ 5:26.1.0-1~debian.12~bookworm
+ 5:26.0.2-1~debian.12~bookworm
148
...
149
```
150
151
Select the desired version and install:
152
153
```console
154
- $ VERSION_STRING=5:25.0.0-1~debian.12~bookworm
+ $ VERSION_STRING=5:26.1.0-1~debian.12~bookworm
155
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
156
157
0 commit comments