From 35a1631540fc88bce4dac4c797a8d8e8e2b46f3f Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:23:05 +0000 Subject: [PATCH] ENGDOCS-2336 (#21736) ## Description Adds tags and improves page descriptions for some admin content ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --- content/manuals/desktop/setup/allow-list.md | 5 +++-- .../desktop/setup/install/enterprise-deployment/faq.md | 4 ++-- .../enterprise-deployment/msi-install-and-configure.md | 3 ++- .../enterprise-deployment/pkg-install-and-configure.md | 3 ++- .../setup/install/enterprise-deployment/use-intune.md | 3 ++- .../setup/install/enterprise-deployment/use-jamf-pro.md | 3 ++- content/manuals/extensions/private-marketplace.md | 3 ++- .../manuals/security/for-admins/enforce-sign-in/_index.md | 3 ++- .../manuals/security/for-admins/enforce-sign-in/methods.md | 5 +++-- .../manuals/security/for-admins/hardened-desktop/_index.md | 1 + .../for-admins/hardened-desktop/image-access-management.md | 5 +++-- .../hardened-desktop/registry-access-management.md | 5 +++-- .../hardened-desktop/settings-management/_index.md | 1 + 13 files changed, 28 insertions(+), 16 deletions(-) diff --git a/content/manuals/desktop/setup/allow-list.md b/content/manuals/desktop/setup/allow-list.md index 78b7ea3e6a..7c6df19e23 100644 --- a/content/manuals/desktop/setup/allow-list.md +++ b/content/manuals/desktop/setup/allow-list.md @@ -1,7 +1,8 @@ --- -description: Allowlist for Docker Desktop for Business customers -keywords: Docker Desktop, allowlist, allow list, firewall +description: A list of domain URLs required for Docker Desktop to function correctly within an organization. +keywords: Docker Desktop, allowlist, allow list, firewall, authentication URLs, analytics, title: Allowlist for Docker Desktop +tags: [admin] linkTitle: Allowlist weight: 100 aliases: diff --git a/content/manuals/desktop/setup/install/enterprise-deployment/faq.md b/content/manuals/desktop/setup/install/enterprise-deployment/faq.md index 2ca516dbcf..0936a2a81f 100644 --- a/content/manuals/desktop/setup/install/enterprise-deployment/faq.md +++ b/content/manuals/desktop/setup/install/enterprise-deployment/faq.md @@ -1,8 +1,8 @@ --- title: FAQs description: Frequently asked questions for deploying Docker Desktop at scale -keywords: msi, deploy, docker desktop, faqs, pkg -tags: [FAQ] +keywords: msi, deploy, docker desktop, faqs, pkg, mdm, jamf, intune, windows, mac, enterprise, admin +tags: [FAQ, admin] aliases: - /desktop/install/msi/faq/ - /desktop/setup/install/msi/faq/ diff --git a/content/manuals/desktop/setup/install/enterprise-deployment/msi-install-and-configure.md b/content/manuals/desktop/setup/install/enterprise-deployment/msi-install-and-configure.md index e17641c0ab..9ddc34b2b6 100644 --- a/content/manuals/desktop/setup/install/enterprise-deployment/msi-install-and-configure.md +++ b/content/manuals/desktop/setup/install/enterprise-deployment/msi-install-and-configure.md @@ -1,7 +1,8 @@ --- title: Use the MSI installer description: Understand how to use the MSI installer. Also explore additional configuration options. -keywords: msi, windows, docker desktop, install, deploy, configure +keywords: msi, windows, docker desktop, install, deploy, configure, admin, mdm +tags: [admin] weight: 10 aliases: - /desktop/install/msi/install-and-configure/ diff --git a/content/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md b/content/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md index 34f9c9c31b..be154a60b2 100644 --- a/content/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md +++ b/content/manuals/desktop/setup/install/enterprise-deployment/pkg-install-and-configure.md @@ -1,7 +1,8 @@ --- title: Use the PKG installer description: Understand how to use the PKG installer. Also explore additional configuration options. -keywords: PKG, mac, docker desktop, install, deploy, configure +keywords: pkg, mac, docker desktop, install, deploy, configure, admin, mdm +tags: [admin] weight: 20 params: sidebar: diff --git a/content/manuals/desktop/setup/install/enterprise-deployment/use-intune.md b/content/manuals/desktop/setup/install/enterprise-deployment/use-intune.md index 7e7637c4e2..e2a7446b99 100644 --- a/content/manuals/desktop/setup/install/enterprise-deployment/use-intune.md +++ b/content/manuals/desktop/setup/install/enterprise-deployment/use-intune.md @@ -1,7 +1,8 @@ --- title: Use Intune description: Use Intune, Microsoft's cloud-based device management tool, to deploy Docker Desktop -keywords: microsoft, windows, docker desktop, deploy, mdm, enterprise, administrator +keywords: microsoft, windows, docker desktop, deploy, mdm, enterprise, administrator, mac, pkg, dmg +tags: [admin] weight: 30 aliases: - /desktop/install/msi/use-intune/ diff --git a/content/manuals/desktop/setup/install/enterprise-deployment/use-jamf-pro.md b/content/manuals/desktop/setup/install/enterprise-deployment/use-jamf-pro.md index 2aa0e6ace1..e2b2b98fff 100644 --- a/content/manuals/desktop/setup/install/enterprise-deployment/use-jamf-pro.md +++ b/content/manuals/desktop/setup/install/enterprise-deployment/use-jamf-pro.md @@ -1,7 +1,8 @@ --- title: Use Jamf Pro description: Use Jamf Pro to deploy Docker Desktop -keywords: jamf, mac, docker desktop, deploy, mdm, enterprise, administrator, +keywords: jamf, mac, docker desktop, deploy, mdm, enterprise, administrator, pkg +tags: [admin] weight: 40 --- diff --git a/content/manuals/extensions/private-marketplace.md b/content/manuals/extensions/private-marketplace.md index 24aa130599..661e0dbf82 100644 --- a/content/manuals/extensions/private-marketplace.md +++ b/content/manuals/extensions/private-marketplace.md @@ -1,7 +1,8 @@ --- description: How to configure and use Docker Extensions' private marketplace -keywords: Docker Extensions, Docker Desktop, Linux, Mac, Windows, Marketplace, private, security +keywords: Docker Extensions, Docker Desktop, Linux, Mac, Windows, Marketplace, private, security, admin title: Configure a private marketplace for extensions +tags: [admin] linkTitle: Configure a private marketplace weight: 30 aliases: diff --git a/content/manuals/security/for-admins/enforce-sign-in/_index.md b/content/manuals/security/for-admins/enforce-sign-in/_index.md index 530c114855..20b39724a0 100644 --- a/content/manuals/security/for-admins/enforce-sign-in/_index.md +++ b/content/manuals/security/for-admins/enforce-sign-in/_index.md @@ -1,9 +1,10 @@ --- description: Understand what happens when you force users to sign in to Docker Desktop toc_max: 2 -keywords: authentication, registry.json, configure, enforce sign-in, docker desktop, security, +keywords: authentication, registry.json, configure, enforce sign-in, docker desktop, security, .plist, registry key, mac, windows title: Enforce sign-in for Docker Desktop linkTitle: Enforce sign-in +tags: [admin] aliases: - /security/for-admins/configure-sign-in/ - /docker-hub/configure-sign-in/ diff --git a/content/manuals/security/for-admins/enforce-sign-in/methods.md b/content/manuals/security/for-admins/enforce-sign-in/methods.md index 218e2e480a..4c862c9621 100644 --- a/content/manuals/security/for-admins/enforce-sign-in/methods.md +++ b/content/manuals/security/for-admins/enforce-sign-in/methods.md @@ -1,7 +1,8 @@ --- -description: Learn about the different ways you can force users to sign in to Docker Desktop -keywords: authentication, registry.json, configure, enforce sign-in, docker desktop, security +description: Learn about the different ways you can force your developers to sign in to Docker Desktop +keywords: authentication, registry.json, configure, enforce sign-in, docker desktop, security, .plist. registry key, mac, windows title: Ways to enforce sign-in for Docker Desktop +tags: [admin] linkTitle: Methods --- diff --git a/content/manuals/security/for-admins/hardened-desktop/_index.md b/content/manuals/security/for-admins/hardened-desktop/_index.md index 067476c2d1..529873f1e4 100644 --- a/content/manuals/security/for-admins/hardened-desktop/_index.md +++ b/content/manuals/security/for-admins/hardened-desktop/_index.md @@ -5,6 +5,7 @@ description: Overview of what Hardened Docker Desktop is and its key features keywords: security, hardened desktop, enhanced container isolation, registry access management, settings management root access, admins, docker desktop, image access management +tags: [admin] aliases: - /desktop/hardened-desktop/ grid: diff --git a/content/manuals/security/for-admins/hardened-desktop/image-access-management.md b/content/manuals/security/for-admins/hardened-desktop/image-access-management.md index cb6115b7a8..ed85752ff5 100644 --- a/content/manuals/security/for-admins/hardened-desktop/image-access-management.md +++ b/content/manuals/security/for-admins/hardened-desktop/image-access-management.md @@ -1,7 +1,8 @@ --- -description: Image Access Management -keywords: image, access, management, trusted content, permissions, Docker Business feature +description: Manage Docker Hub image access with Image Access Management, restricting developers to trusted images for enhanced security +keywords: image, access, management, trusted content, permissions, Docker Business feature, security, admin title: Image Access Management +tags: [admin] aliases: - /docker-hub/image-access-management/ - /desktop/hardened-desktop/image-access-management/ diff --git a/content/manuals/security/for-admins/hardened-desktop/registry-access-management.md b/content/manuals/security/for-admins/hardened-desktop/registry-access-management.md index 7c71009079..80aaad26d3 100644 --- a/content/manuals/security/for-admins/hardened-desktop/registry-access-management.md +++ b/content/manuals/security/for-admins/hardened-desktop/registry-access-management.md @@ -1,7 +1,8 @@ --- -description: Registry Access Management -keywords: registry, access, management, permissions, Docker Business feature +description: Control access to approved registries with Registry Access Management, ensuring secure Docker Desktop usage +keywords: registry, access, management, permissions, Docker Business feature, security, admin title: Registry Access Management +tags: [admin] aliases: - /desktop/hardened-desktop/registry-access-management/ - /admin/organization/registry-access/ diff --git a/content/manuals/security/for-admins/hardened-desktop/settings-management/_index.md b/content/manuals/security/for-admins/hardened-desktop/settings-management/_index.md index cb08fa970c..27989e0c40 100644 --- a/content/manuals/security/for-admins/hardened-desktop/settings-management/_index.md +++ b/content/manuals/security/for-admins/hardened-desktop/settings-management/_index.md @@ -2,6 +2,7 @@ description: Understand how Settings Management works, who it is for, and what the benefits are keywords: Settings Management, rootless, docker desktop, hardened desktop +tags: [admin] title: What is Settings Management? linkTitle: Settings Management aliases: