mirror of https://github.com/docker/docs.git
DD4L: deb package with fix for ubuntu 22.04
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
parent
11548d686e
commit
8ef19d2e44
|
@ -28,7 +28,7 @@ To install Docker Desktop for Linux:
|
|||
1. Set up the [Docker repository](../../engine/install/ubuntu.md#install-using-the-repository).
|
||||
2. Download and install the Debian package. If you have previously installed one of the preview releases, we recommend that you run `sudo apt remove docker-desktop`:
|
||||
```console
|
||||
$ curl https://desktop-stage.docker.com/linux/main/amd64/76787/docker-desktop.deb --output docker-desktop.deb
|
||||
$ curl https://desktop-stage.docker.com/linux/main/amd64/77103/docker-desktop.deb --output docker-desktop.deb
|
||||
$ sudo apt install ./docker-desktop.deb
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue