mirror of https://github.com/docker/docs.git
engine/install: fix leftover old version in ubuntu
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a8cfab163d
commit
3a12814361
|
|
@ -166,7 +166,7 @@ Docker from the repository.
|
||||||
Select the desired version and install:
|
Select the desired version and install:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ VERSION_STRING=5:27.1.1-1~ubuntu.24.04~noble
|
$ VERSION_STRING=5:27.3.1-1~ubuntu.24.04~noble
|
||||||
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
|
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue