Add DD4L docs to the toc

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
Usha Mandya 2022-03-28 23:40:30 +01:00
parent 2c80883728
commit ab9bde9e14
3 changed files with 23 additions and 16 deletions

View File

@ -1176,6 +1176,8 @@ manuals:
title: Edge releases title: Edge releases
- path: /desktop/windows/release-notes/archive/ - path: /desktop/windows/release-notes/archive/
title: Older versions title: Older versions
- path: /desktop/linux/
title: Linux (Beta)
- path: /desktop/dashboard/ - path: /desktop/dashboard/
title: Dashboard title: Dashboard
- path: /desktop/dev-environments/ - path: /desktop/dev-environments/

View File

@ -1,12 +1,12 @@
--- ---
description: Docker Desktop for Linux Tech Preview description: Docker Desktop for Linux (Beta)
keywords: docker, linux, tech preview keywords: docker, Desktop for linux, beta, tech preview
title: Docker Desktop for Linux (Tech Preview) title: Docker Desktop for Linux (Beta)
toc_min: 1 toc_min: 1
toc_max: 2 toc_max: 2
--- ---
Welcome to the Docker Desktop for Linux Tech Preview. This Tech Preview is aimed at early adopters who would like to try an experimental build of Docker Desktop for Linux and provide feedback. Welcome to the Docker Desktop for Linux (Beta). The Beta program is aimed at early adopters who would like to try Docker Desktop for Linux and provide feedback.
Docker Desktop is an easy-to-install application that enables you to build and Docker Desktop is an easy-to-install application that enables you to build and
share containerized applications and microservices. Docker Desktop for Linux share containerized applications and microservices. Docker Desktop for Linux
@ -16,15 +16,15 @@ rel="noopener" class="_"}.
## Download and install ## Download and install
Docker Desktop for Linux is currently available on Ubuntu 21.04, 21.10 and Docker Desktop for Linux (Beta) is currently available on Ubuntu 21.04, 21.10
Debian distributions. and Debian distributions.
To install Docker Desktop for Linux: To install Docker Desktop for Linux:
1. Set up the [Docker repository](../../engine/install/ubuntu.md#install-using-the-repository). 1. Set up the [Docker repository](../../engine/install/ubuntu.md#install-using-the-repository).
2. Download and install the Tech Preview Debian package: 2. Download and install the Debian package:
```console ```console
$ curl https://desktop-stage.docker.com/linux/main/amd64/76643/docker-desktop.deb --output docker-desktop.deb $ curl https://desktop-stage.docker.com/linux/main/amd64/76677/docker-desktop.deb --output docker-desktop.deb
$ sudo apt install ./docker-desktop.deb $ sudo apt install ./docker-desktop.deb
``` ```
@ -82,9 +82,9 @@ API version: 1.41
> **Note:** > **Note:**
> >
> Docker Desktop relies on `pass` to store credentials. Before signing in to Docker Hub > Docker Desktop relies on `pass` to store credentials. Before signing in to
> from the Docker Dashboard or the Docker menu, you must initialize `pass`. Docker Desktop > Docker Hub from the Docker Dashboard or the Docker menu, you must initialize `pass`.
> displays a warning message if `pass` is not initialized. > Docker Desktop displays a warning if you've not initialized `pass`.
To enable Docker Desktop to start on login, from the Docker menu, select To enable Docker Desktop to start on login, from the Docker menu, select
**Settings** > **General** > **Start Docker Desktop when you log in**. **Settings** > **General** > **Start Docker Desktop when you log in**.
@ -109,8 +109,10 @@ To create and upload a diagnostics bundle:
1. From the Docker menu, select **Troubleshoot** > **Get support**. 1. From the Docker menu, select **Troubleshoot** > **Get support**.
2. When the diagnostics are available, click **Upload to get a Diagnostic ID**. 2. When the diagnostics are available, click **Upload to get a Diagnostic ID**.
3. Make a note of the Diagnostic ID displayed on the Support page. You can send this ID with your bug report to investigate any issues. 3. Make a note of the Diagnostic ID displayed on the Support page. You can send
**Troubleshoot** > **Get support**. Wait for a bundle to be generated, once uploaded, it displays a diagnostics ID that can be sent to us for investigation. this ID with your bug report to investigate any issues. Wait for a bundle to
be generated, once uploaded, it displays a diagnostics ID that can be sent to
us for investigation.
Or, if you prefer to investigate the issue, you can access Docker Desktop logs by running the following command: Or, if you prefer to investigate the issue, you can access Docker Desktop logs by running the following command:
@ -138,9 +140,9 @@ $ sudo rm /usr/local/bin/com.docker.cli
$ sudo apt purge docker-desktop $ sudo apt purge docker-desktop
``` ```
## Known issues ## Known issue
- At the end of the installation process, `apt` displays an error due to installing a downloaded package. You can ignore this error message. At the end of the installation process, `apt` displays an error due to installing a downloaded package. You can ignore this error message.
``` ```
N: Download is performed unsandboxed as root, as file '/home/user/Downloads/docker-desktop.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied) N: Download is performed unsandboxed as root, as file '/home/user/Downloads/docker-desktop.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

View File

@ -18,7 +18,10 @@ toc_max: 4
> **Docker Desktop for Linux** > **Docker Desktop for Linux**
> >
> Docker Desktop helps you build, share, and run containers easily on Mac and Windows as you do on Linux. Docker handles the complex setup and allows you to focus on writing the code. Thanks to the positive support we received on the [subscription updates](https://www.docker.com/blog/updating-product-subscriptions/){: target="_blank" rel="noopener" class="_" id="dkr_docs_cta"}, we've started working on [Docker Desktop for Linux](https://www.docker.com/blog/accelerating-new-features-in-docker-desktop/){: target="_blank" rel="noopener" class="_" id="dkr_docs_cta"} which is the second-most popular feature request in our public roadmap. If you are interested in early access, sign up for our [Developer Preview program](https://www.docker.com/community/get-involved/developer-preview){: target="_blank" rel="noopener" class="_" id="dkr_docs_cta"}. > Docker Desktop helps you build, share, and run containers easily on Mac and
> Windows as you do on Linux. We are excited to share that Docker Desktop for
> Linux (Beta) is now available for you to test. For more information, see
[Docker Desktop for Linux](../../desktop/linux/index.md).
{: .important} {: .important}
To get started with Docker Engine on Ubuntu, make sure you To get started with Docker Engine on Ubuntu, make sure you