ENGDOCS-1977 (#19320)

* ENGDOCS-1977

* fix callout
This commit is contained in:
Allie Sadler 2024-02-06 16:17:21 +00:00 committed by GitHub
parent c33a7560bb
commit 2fa2aac5fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 37 additions and 9 deletions

View File

@ -33,6 +33,10 @@ Docker recommends that you authenticate using the **Sign in** option in the top-
In large enterprises where admin access is restricted, administrators can [Configure registry.json to enforce sign-in](../security/for-admins/configure-sign-in.md).
> **Tip**
>
> Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what else Docker can offer you.
## Benefits of signing in
- You can access your Docker Hub repositories directly from Docker Desktop.

View File

@ -202,8 +202,8 @@ Sign out and sign back in so that your group membership is re-evaluated.
> **Docker Desktop terms**
>
> Commercial use of Docker Desktop in larger enterprises (more than 250
> employees OR more than $10 million USD in annual revenue) requires a paid
> subscription.
> employees OR more than $10 million USD in annual revenue) requires a [paid
> subscription](https://www.docker.com/pricing/).
> **Important**
>
@ -232,6 +232,7 @@ Sign out and sign back in so that your group membership is re-evaluated.
## Where to go next
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
- [Get started with Docker](../../guides/get-started/_index.md).
- [Explore Docker Desktop](../use-desktop/index.md) and all its features.
- [Troubleshooting](../troubleshoot/overview.md) describes common problems, workarounds, how to run and submit diagnostics, and submit issues.

View File

@ -25,8 +25,8 @@ This page contains download URLs, information about system requirements, and ins
> **Docker Desktop terms**
>
> Commercial use of Docker Desktop in larger enterprises (more than 250
> employees OR more than $10 million USD in annual revenue) requires a paid
> subscription.
> employees OR more than $10 million USD in annual revenue) requires a [paid
> subscription](https://www.docker.com/pricing/).
## System requirements
@ -122,6 +122,7 @@ The `install` command accepts the following flags:
## Where to go next
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
- [Get started with Docker](../../guides/get-started/_index.md).
- [Explore Docker Desktop](../use-desktop/index.md) and all its features.
- [Troubleshooting](../troubleshoot/overview.md) describes common problems, workarounds, how

View File

@ -28,8 +28,8 @@ _For checksums, see [Release notes](../release-notes.md)_
> **Docker Desktop terms**
>
> Commercial use of Docker Desktop in larger enterprises (more than 250
> employees OR more than $10 million USD in annual revenue) requires a paid
> subscription.
> employees OR more than $10 million USD in annual revenue) requires a [paid
> subscription](https://www.docker.com/pricing/).
## System requirements
@ -252,6 +252,7 @@ Docker Desktop does not start automatically after installation. To start Docker
## Where to go next
- Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what Docker can offer you.
- [Get started with Docker](../../guides/get-started/_index.md).
- [Explore Docker Desktop](../use-desktop/index.md) and all its features.
- [Troubleshooting](../troubleshoot/overview.md) describes common problems, workarounds, and

View File

@ -79,12 +79,17 @@ aliases:
The following section contains step-by-step instructions on how to get started with Docker Hub.
### Step 1: Sign up for a Docker account
### Step 1: Sign up for a free Docker account
Start by creating a [Docker ID](https://hub.docker.com/signup).
A [Docker ID](../docker-id/_index.md) grants you access to Docker Hub repositories and lets you explore available images from the community and verified publishers. You also need a Docker ID to share images on Docker Hub.
> **Tip**
>
> Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what else Docker can offer you.
{ .tip }
### Step 2: Create your first repository
To create a repository:

View File

@ -8,10 +8,15 @@ aliases:
- /docker-hub/accounts/
---
You can create a Docker account with your email address or by signing up with your Google or GitHub account. Once you've created your account with a unique Docker ID, you can access all Docker products, including Docker Hub. With Docker Hub, you can access repositories and explore images that are available from the community and verified publishers.
You can create a free Docker account with your email address or by signing up with your Google or GitHub account. Once you've created your account with a unique Docker ID, you can access all Docker products, including Docker Hub. With Docker Hub, you can access repositories and explore images that are available from the community and verified publishers.
Your Docker ID becomes your username for hosted Docker services, and [Docker forums](https://forums.docker.com/).
> **Tip**
>
> Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what else Docker can offer you.
{ .tip }
## Create a Docker ID
### Sign up with your email address

View File

@ -23,6 +23,12 @@ significantly reduce the delay between writing code and running it in production
You can download and install Docker on multiple platforms. Refer to the following
section and choose the best installation path for you.
> **Docker Desktop terms**
>
> Commercial use of Docker Desktop in larger enterprises (more than 250
> employees OR more than $10 million USD in annual revenue) requires a [paid
> subscription](https://www.docker.com/pricing/).
{{< card
title="Docker Desktop for Mac"
description="A native application using the macOS sandbox security model that delivers all Docker tools to your Mac."

View File

@ -22,4 +22,9 @@ Read the [Blog](https://www.docker.com/blog/updating-product-subscriptions/) and
Docker Desktop is built using open-source software. For information about the licensing of open-source components in Docker Desktop, select {{< inline-image src="../desktop/mac/images/whale-x.svg" alt="whale menu" >}} > **About Docker Desktop** > **Acknowledgements**.
Docker Desktop distributes some components that are licensed under the
GNU General Public License. Select [here](https://download.docker.com/opensource/License.tar.gz) to download the source for these components.
GNU General Public License. Select [here](https://download.docker.com/opensource/License.tar.gz) to download the source for these components.
> **Tip**
>
> Explore [Docker's core subscriptions](https://www.docker.com/pricing/) to see what else Docker can offer you.
{ .tip }