mirror of https://github.com/docker/docs.git
Add multiple device deployment to registry.json (#17302)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
19e902d47c
commit
af9122da4e
|
@ -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 you’ve 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.
|
||||
|
|
Loading…
Reference in New Issue