DD4L: deb package with fix for ubuntu 22.04

Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
Anca Iordache 2022-04-05 20:01:22 +02:00
parent 11548d686e
commit 8ef19d2e44
1 changed files with 1 additions and 1 deletions

View File

@ -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
```