Merge pull request #14508 from aiordache/dd4l_new_deb

DD4L: deb package with fix for ubuntu 22.04
This commit is contained in:
Usha Mandya 2022-04-06 10:33:04 +01:00 committed by GitHub
commit 18e2e5f80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```