mirror of https://github.com/docker/docs.git
align HD with product naming in marketing (#16239)
This commit is contained in:
parent
9f48561e2d
commit
884eae93ba
|
@ -1271,7 +1271,7 @@ manuals:
|
|||
title: Run Docker Desktop for Windows in a VM or VDI environment
|
||||
- path: /desktop/uninstall/
|
||||
title: Uninstall Docker Desktop
|
||||
- sectiontitle: Hardened Desktop
|
||||
- sectiontitle: Hardened Docker Desktop
|
||||
section:
|
||||
- path: /desktop/hardened-desktop/
|
||||
title: Overview
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<div class="container">
|
||||
<div class="col-xs-12 col-md-6 col-lg-offset-1 col-lg-7">
|
||||
<h2>
|
||||
Hardened Desktop for Docker Business customers
|
||||
Hardened Docker Desktop for Docker Business customers
|
||||
</h2>
|
||||
</br>
|
||||
<p>Two new security features have been introduced for Docker Business users, Settings Management and Enhanced Container Isolation, as part of Docker Desktop’s new Hardened Desktop security model.</p>
|
||||
<p>Two new security features have been introduced for Docker Business users, Settings Management and Enhanced Container Isolation, as part of Docker Desktop’s new security model.</p>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-6 col-lg-4 text-center">
|
||||
<img src="/assets/images/hardened-desktop.PNG" alt="extensions" />
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
---
|
||||
title: Hardened Desktop
|
||||
description: Overview of what Hardened Desktop is
|
||||
title: Hardened Docker Desktop
|
||||
description: Overview of what Hardened Docker Desktop is
|
||||
keywords: security, hardened desktop, enhanced container isolation, registry access management, settings management root access, admins, docker desktop, image access management
|
||||
---
|
||||
>Note
|
||||
>
|
||||
>Hardened Desktop is available to Docker Business customers only.
|
||||
>Hardened Docker Desktop is available to Docker Business customers only.
|
||||
|
||||
Hardened Desktop is a security model for Docker Desktop. It's designed to provide admins with a simple and powerful way to improve their organization's security posture for containerized development, without impacting the developer experience that Docker Desktop offers.
|
||||
Hardened Docker Desktop is a security model for Docker Desktop. It's designed to provide admins with a simple and powerful way to improve their organization's security posture for containerized development, without impacting the developer experience that Docker Desktop offers.
|
||||
|
||||
It is for security conscious organizations who don’t give their users root or admin access on their machines, and who would like Docker Desktop to be within their organization’s centralized control.
|
||||
|
||||
The Hardened Desktop security model moves the ownership boundary for containers to the organization, meaning that any security controls admins set cannot be altered by the user of Docker Desktop.
|
||||
The Hardened Docker Desktop security model moves the ownership boundary for containers to the organization, meaning that any security controls admins set cannot be altered by the user of Docker Desktop.
|
||||
|
||||
Hardened Desktop includes:
|
||||
Hardened Docker Desktop includes:
|
||||
- Settings Management, which helps admins to confidently manage and control the usage of Docker Desktop within their organization.
|
||||
- Enhanced Container Isolation, a setting that instantly enhances security by preventing containers from running as root in Docker Desktop’s Linux VM and ensures that any configurations set using Settings Management, cannot be modified by containers.
|
||||
- Registry Access Management, which allows admins to control the registries developers can access.
|
||||
- Image Access Management, which gives admins control over which images developers can pull from Docker Hub.
|
||||
|
||||
Docker plans to continue adding more security enhancements to the Hardened Desktop security model.
|
||||
Docker plans to continue adding more security enhancements to the Hardened Docker Desktop security model.
|
||||
|
||||
<div class="component-container">
|
||||
<!--start row-->
|
||||
|
@ -27,7 +27,7 @@ Docker plans to continue adding more security enhancements to the Hardened Deskt
|
|||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<a href="/desktop/hardened-desktop/settings-management/"><img src="/assets/images/lock.svg" alt="Hardened Desktop" width="70" height="70"></a>
|
||||
<a href="/desktop/hardened-desktop/settings-management/"><img src="/assets/images/lock.svg" alt="Hardened Docker Desktop" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="hardened-desktop"><a href="/desktop/hardened-desktop/settings-management/">Settings Management </a></h2>
|
||||
<p>Learn how Settings Management can secure your developers' workflows.</p>
|
||||
|
@ -49,7 +49,7 @@ Docker plans to continue adding more security enhancements to the Hardened Deskt
|
|||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<a href="/desktop/hardened-desktop/registry-access-management/"><img src="/assets/images/registry.svg" alt="Hardened Desktop" width="70" height="70"></a>
|
||||
<a href="/desktop/hardened-desktop/registry-access-management/"><img src="/assets/images/registry.svg" alt="Hardened Docker Desktop" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="hardened-desktop"><a href="/desktop/hardened-desktop/registry-access-management/">Registry Access Management</a></h2>
|
||||
<p>Control the registries developers can access while using Docker Desktop.</p>
|
||||
|
@ -58,7 +58,7 @@ Docker plans to continue adding more security enhancements to the Hardened Deskt
|
|||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-6 block">
|
||||
<div class="component">
|
||||
<div class="component-icon">
|
||||
<a href="/docker-hub/image-access-management/"><img src="/assets/images/image-access.svg" alt="Hardened Desktop" width="70" height="70"></a>
|
||||
<a href="/docker-hub/image-access-management/"><img src="/assets/images/image-access.svg" alt="Hardened Docker Desktop" width="70" height="70"></a>
|
||||
</div>
|
||||
<h2 id="hardened-desktop"><a href="/docker-hub/image-access-management/">Image Access Management</a></h2>
|
||||
<p>Control the images developers can pull from Docker Hub.</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
description: Registry Access Management
|
||||
keywords: registry access managment, Hardened Desktop, Docker Desktop, images, Docker Hub
|
||||
keywords: registry access managment, Hardened Docker Desktop, Docker Desktop, images, Docker Hub
|
||||
title: Registry Access Management
|
||||
redirect_from:
|
||||
- /docker-hub/registry-access-management/
|
||||
|
|
|
@ -225,7 +225,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/ge
|
|||
|
||||
### New
|
||||
|
||||
- Two new security features have been introduced for Docker Business users, Settings Management and Enhanced Container Isolation. Read more about Docker Desktop’s new [Hardened Desktop security model](hardened-desktop/index.md).
|
||||
- Two new security features have been introduced for Docker Business users, Settings Management and Enhanced Container Isolation. Read more about Docker Desktop’s new [Hardened Docker Desktop security model](hardened-desktop/index.md).
|
||||
- Added the new Dev Environments CLI `docker dev`, so you can create, list, and run Dev Envs via command line. Now it's easier to integrate Dev Envs into custom scripts.
|
||||
- Docker Desktop can now be installed to any drive and folder using the `--installation-dir`. Partially addresses [docker/roadmap#94](https://github.com/docker/roadmap/issues/94).
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ For a list of features available in each tier, see [Docker Pricing](https://www.
|
|||
|
||||
**Docker Business** offers centralized management and advanced security features for enterprises that use Docker at scale. It empowers leaders to manage their Docker development environments and speed up their secure software supply chain initiatives.
|
||||
|
||||
In addition to all the features available in Docker Pro and Docker Team, Docker Business includes [Hardened Desktop](../desktop/hardened-desktop/index.md) enhanced container isolation and settings management, centralized management, [Image Access Management](../docker-hub/image-access-management.md) with the ability to control what registries and content developers can access, ensuring teams are building secure from the start by only pulling trusted base images,[Single Sign-On](../single-sign-on/index.md),[System for Cross-domain Identity Management](../docker-hub/scim.md) and more.
|
||||
In addition to all the features available in Docker Pro and Docker Team, Docker Business includes [Hardened Docker Desktop](../desktop/hardened-desktop/index.md) enhanced container isolation and settings management, centralized management, [Image Access Management](../docker-hub/image-access-management.md) with the ability to control what registries and content developers can access, ensuring teams are building secure from the start by only pulling trusted base images,[Single Sign-On](../single-sign-on/index.md),[System for Cross-domain Identity Management](../docker-hub/scim.md) and more.
|
||||
|
||||
For a list of features available in each tier, see [Docker Pricing](https://www.docker.com/pricing/){: target="_blank" rel="noopener" class="_" id="dkr_docs_subscription_btl"}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue