Add multiple device deployment to registry.json (#17302)

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2023-05-12 08:44:03 -07:00 committed by GitHub
parent 19e902d47c
commit af9122da4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
description: Configure registry.json to enforce users to sign into Docker Desktop
toc_max: 2
keywords: authentication, registry.json, configure,
title: Configure registry.json to enforce sign-in
---
@ -21,6 +22,10 @@ Deploying a `registry.json` file and forcing users to authenticate is not requir
{% include configure-registry-json.md %}
## Deploy registry.json to multiple devices
The previous instructions explain how to create and deploy a registry.json file to a single device. To automatically deploy the registry.json to multiple devices, you must use a third-party solution, such as a mobile device management solution. You can use the previous instructions along with your third-party solution to remotely deploy the registry.json file, or remotely install Docker Desktop with the registry.json file. For more details, see the documentation of your third-party solution.
## Verify the changes
After youve created the `registry.json` file and deployed it onto the users machines, you can verify whether the changes have taken effect by asking users to start Docker Desktop.