mirror of https://github.com/docker/docs.git
ENGDOCS-2330 (#21512)
<!--Delete sections as needed --> ## Description Update admin guide now that settings management has 2 ways to configure. And some freshness ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
This commit is contained in:
parent
cf3a8e146e
commit
dd55643d48
|
@ -30,4 +30,4 @@ To view the parameters that can be preset, see [Configure Settings Management](/
|
|||
|
||||
## Optional step four: Meet with the Docker Implementation team
|
||||
|
||||
The Docker Implementation team can help you step through setting up your organization, configuring SSO, enforcing sign in, and configuring Docker. You can reach out to set up a meeting by emailing successteam@docker.com.
|
||||
The Docker Implementation team can help you step through setting up your organization, configuring SSO, enforcing sign-in, and configuring Docker. You can reach out to set up a meeting by emailing successteam@docker.com.
|
||||
|
|
|
@ -6,9 +6,9 @@ weight: 20
|
|||
|
||||
## Step one: Send finalized settings files to the MDM team
|
||||
|
||||
After reaching an agreement with the relevant teams on your baseline and security configurations as outlined in module one, follow the instructions in the [Settings Management](/manuals/security/for-admins/hardened-desktop/settings-management/_index.md) documentation to create the `admin-settings.json` file that captures these configurations.
|
||||
After reaching an agreement with the relevant teams about your baseline and security configurations as outlined in module one, configure Settings Management using either the [Docker Admin Console](/manuals/security/for-admins/hardened-desktop/settings-management/configure-admin-console.md) or an [`admin-settings.json` file](/manuals/security/for-admins/hardened-desktop/settings-management/configure-json-file.md).
|
||||
|
||||
Once the file is ready, collaborate with your MDM team to deploy the `admin-settings.json` file, along with your chosen method for [enforcing sign-in](/manuals/security/for-admins/enforce-sign-in/_index.md).
|
||||
Once the file is ready, collaborate with your MDM team to deploy your chosen settings, along with your chosen method for [enforcing sign-in](/manuals/security/for-admins/enforce-sign-in/_index.md).
|
||||
|
||||
> [!IMPORTANT]
|
||||
>
|
||||
|
|
|
@ -23,10 +23,10 @@ If you plan to use [Registry Access Management (RAM)](/manuals/security/for-admi
|
|||
|
||||
Deploy the Docker settings and enforce sign-in for a small group of test users via MDM. Have this group test their development workflows with containers on Docker Desktop and Docker Hub to ensure all settings and the sign-in enforcement function as expected.
|
||||
|
||||
## Test Build Cloud capabilities
|
||||
## Test Docker Build Cloud capabilities
|
||||
|
||||
Have one of your Docker Desktop testers [connect to the cloud builder you created and use it to build](/manuals/build-cloud/usage.md).
|
||||
|
||||
## Verify Scout monitoring of repositories
|
||||
## Verify Docker Scout monitoring of repositories
|
||||
|
||||
Check the [Docker Scout dashboard](https://scout.docker.com/) to confirm that data is being properly received for the repositories where Docker Scout has been enabled.
|
||||
|
|
Loading…
Reference in New Issue