[ENGDOCS-978] Hyphenate 'sign in' when noun (#15553)

* update sign in to sign-in when noun
This commit is contained in:
Craig Osterhout 2022-09-03 15:48:56 -07:00 committed by GitHub
parent 079a03abf6
commit c2e850e902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -1546,7 +1546,7 @@ manuals:
- path: /docker-hub/members/
title: Manage members
- path: /docker-hub/configure-sign-in/
title: Enforce sign in
title: Enforce sign-in
- sectiontitle: Single-Sign-on
section:
- path: /single-sign-on/

View File

@ -45,7 +45,7 @@ Once logged in, you can access your Docker Hub repositories directly from Docker
Authenticated users get a higher pull rate limit compared to anonymous users. For example, if you are authenticated, you get 200 pulls per 6 hour period, compared to 100 pulls per 6 hour period per IP address for anonymous users. For more information, see [Download rate limit](../docker-hub/download-rate-limit.md).
In large enterprises where admin access is restricted, administrators can create a registry.json file and deploy it to the developers machines using a device management software as part of the Docker Desktop installation process. Enforcing developers to authenticate through Docker Desktop also allows administrators to set up guardrails using features such as [Image Access Management](../docker-hub/image-access-management.md) which allows team members to only have access to Trusted Content on Docker Hub, and pull only from the specified categories of images. For more information, see [Configure registry.json to enforce sign in](../docker-hub/configure-sign-in.md).
In large enterprises where admin access is restricted, administrators can create a registry.json file and deploy it to the developers machines using a device management software as part of the Docker Desktop installation process. Enforcing developers to authenticate through Docker Desktop also allows administrators to set up guardrails using features such as [Image Access Management](../docker-hub/image-access-management.md) which allows team members to only have access to Trusted Content on Docker Hub, and pull only from the specified categories of images. For more information, see [Configure registry.json to enforce sign-in](../docker-hub/configure-sign-in.md).
### Two-factor authentication

View File

@ -1,7 +1,7 @@
---
description: Configure registry.json to enforce users to sign into Docker Desktop
keywords: authentication, registry.json, configure,
title: Configure registry.json to enforce sign in
title: Configure registry.json to enforce sign-in
---
By default, members of your organization can use Docker Desktop on their machines without signing in to any Docker account. To ensure that a user signs in to a Docker account that is a member of your organization and that the

View File

@ -58,10 +58,10 @@ Now that you have a Docker Business organization, it's time to start adding memb
> Before you invite members, you must create at least one team. For details, see [Create a team](../docker-hub/orgs.md/#create-a-team){: target="_blank" rel="noopener" class="_"}.
## Step 4: Enforce sign in for Docker Desktop
## Step 4: Enforce sign-in for Docker Desktop
By default, members of your organization can use Docker Desktop on their machines without signing in to any Docker account. To ensure that a user signs in to a Docker account that is a member of your organization and that the
organizations settings apply to the users session, you can use a `registry.json` file. For details, see [Configure registry.json to enforce sign in](../docker-hub/configure-sign-in.md){: target="_blank" rel="noopener" class="_"}.
organizations settings apply to the users session, you can use a `registry.json` file. For details, see [Configure registry.json to enforce sign-in](../docker-hub/configure-sign-in.md){: target="_blank" rel="noopener" class="_"}.
## What's next

View File

@ -70,7 +70,7 @@ No. Organization owners can invite users through email and also choose a team fo
### Can I force my organization's members to authenticate before using Docker Desktop and are there any benefits?
Yes. You can [enforce sign in](../docker-hub/configure-sign-in.md) and some benefits are:
Yes. You can [enforce sign-in](../docker-hub/configure-sign-in.md) and some benefits are:
- Administrators can enforce features like [Image Access Management](../docker-hub/image-access-management.md) and [Registry Access Management](../docker-hub/registry-access-management.md).
- Administrators can ensure compliance by blocking Docker Desktop usage for users who do not sign in as members of the organization.