diff --git a/_data/toc.yaml b/_data/toc.yaml index b8ec9e2846..8f0e02c070 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1109,7 +1109,7 @@ manuals: - path: /desktop/install/archlinux/ title: Install on Arch - path: /desktop/get-started/ - title: Learning Center and sign in + title: Sign in - sectiontitle: Explore Docker Desktop section: - path: /desktop/use-desktop/ diff --git a/desktop/faqs/general.md b/desktop/faqs/general.md index 631b0ac953..0fe1178f2f 100644 --- a/desktop/faqs/general.md +++ b/desktop/faqs/general.md @@ -46,7 +46,7 @@ cannot access features that require an active internet connection. Additionally, any functionality that requires you to sign won't work while using Docker Desktop offline or in air-gapped environments. This includes: -- The resources in the [Learning Center](../get-started.md#learning-center) +- The resources in the [Learning Center](../use-desktop/index.md) - Pulling or pushing an image to Docker Hub - [Image Access Management](../../docker-hub/image-access-management.md) - [Vulnerability scanning](../../docker-hub/vulnerability-scanning.md) diff --git a/desktop/get-started.md b/desktop/get-started.md index 16788b6fa7..b95d73a778 100644 --- a/desktop/get-started.md +++ b/desktop/get-started.md @@ -1,7 +1,7 @@ --- description: Explore the Learning center and understand the benefits of signing in to Docker Desktop keywords: Docker Dashboard, manage, containers, gui, dashboard, images, user manual, learning center, guide, sign in -title: Explore the Learning center and sign in to Docker Desktop +title: Sign in to Docker Desktop redirect_from: - /desktop/linux/ - /desktop/linux/index/ @@ -27,18 +27,6 @@ redirect_from: - /winkit/getting-started/ --- -## Learning center - -The Learning center helps you get started with quick in-app walkthroughs and other resources for learning about Docker. - -To access the Learning center, select the **Learning center** view in Docker -Desktop. - -![Learning Center](images/learning-center.png) - -For a more detailed guide about getting started, see -[Get started](../get-started/index.md). - ## Sign in to Docker Desktop Docker recommends that you authenticate using the **Sign in** option in the top-right corner of the Docker Dashboard. @@ -87,13 +75,13 @@ subrsa3072 2022-03-31 [E] [expires: 2024-03-30] To initialize `pass`, run the following command using the public key generated from the previous command: ```console -$ pass init +$ pass init ``` The following is an example similar to what you see once you run the previous command: ```console mkdir: created directory '/home/molly/.password-store/' -Password store initialized for +Password store initialized for ``` Once you initialize `pass`, you can sign in on the Docker Dashboard and pull your private images. diff --git a/desktop/use-desktop/index.md b/desktop/use-desktop/index.md index ed4279ca72..a616cda6e4 100644 --- a/desktop/use-desktop/index.md +++ b/desktop/use-desktop/index.md @@ -16,6 +16,13 @@ The **Images** view displays a list of your Docker images and allows you to run The **Volumes** view displays a list of volumes and allows you to easily create and delete volumes and see which ones are being used. For more information, see [Explore volumes](volumes.md). +The **Learning center** view helps you get started with quick in-app walkthroughs and other resources for learning about Docker. + +For a more detailed guide about getting started, see +[Get started](../../get-started/index.md). + +The **Builds** view, currently in beta, lets you inspect your build history and manage builders. By default, it displays a list of all your ongoing and completed builds. [Explore builds](builds.md). + In addition, the Docker Dashboard allows you to: - Navigate to the **Settings** menu to configure your Docker Desktop settings. Select the **Settings** icon in the Dashboard header.