Skip to content

Commit 89923e7

Browse files
add module on configuring Docker product access
1 parent 4f24779 commit 89923e7

File tree

7 files changed

+55
-16
lines changed

7 files changed

+55
-16
lines changed

content/guides/harden-docker/_index.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
22
title: Harden Docker for production
33
linkTitle: Harden Docker
4-
summary:
4+
summary: Learn how to configure Docker across your organization for secure environments.
55
description: Learn how to configure Docker across your organization to harden Docker for proudction, especially in secure environments
66
tags: [admin]
77
params:
8-
featured: true
98
time: 20 minutes
109
image:
11-
resource_links:
12-
- title:
13-
url:
1410
---
1511

16-
This guide is for teams deploying Docker in regulated, production, or security-conscious environments. It helps administrators enforce security best practices, apply organization-wide controls, and reduce the attack surface of Docker tools like Docker Desktop and Docker Hub.
12+
This guide is for teams deploying Docker in regulated, production, or
13+
security-conscious environments. It helps administrators enforce security best
14+
practices, apply organization-wide controls, and reduce the attack surface of
15+
Docker environments.
1716

1817
## Who's this for?
1918

@@ -29,7 +28,8 @@ This guide walks you through how to:
2928
- Apply least-privilege access controls across your organization
3029
- Lock down Docker Desktop using centralized settings and policy enforcement
3130
- Monitor usage and integrate with compliance and security tooling
32-
- Align your Docker implementation with enterprise security and compliance requirements
31+
- Align your Docker implementation with enterprise security and compliance
32+
requirements
3333

3434
## Before you start
3535

@@ -41,4 +41,5 @@ To follow this guide, you’ll need:
4141
- A list of domains to verify and manage
4242
- Docker Desktop installed on user machines
4343

44-
If you’re new to Docker or managing organizations, start with the [Admin setup guide](/guides/admin-set-up) first.
44+
If you’re new to Docker or managing organizations, start with the
45+
[Admin setup guide](/guides/admin-set-up) first.

content/guides/harden-docker/control-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Control access with verified domains and groups
3-
description:
2+
title: Control user access
3+
description: Control user access to your verified domains, Docker resources, and more.
44
weight: 20
55
---
66

content/guides/harden-docker/enforce-secure-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Enforce secure authentication
3-
description:
3+
description: Enforce secure authentication for all users in your organization.
44
weight: 10
55
---
66

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Manage Docker products
3+
description: Learn how to manage organization access to Docker products included in your subscription.
4+
weight: 5
5+
---
6+
7+
In hardened security environments, you may or may not want to use all of the
8+
Docker products available in your Business subscription.
9+
10+
This guide covers how to enable or disable the products and features
11+
included in your subscription to best suit your organization's security needs.
12+
13+
## Docker products and features
14+
15+
By default, a Docker Business subscription comes with the following
16+
products and features:
17+
18+
- [Docker Desktop](): The industry-leading
19+
container-first development solution that includes, Docker Engine, Docker CLI,
20+
Docker Compose, Docker Build/BuildKit, and Kubernetes.
21+
- [Docker Hub](): The world's largest cloud-based container registry.
22+
- [Docker Build Cloud](): Powerful cloud-based builders that accelerate build times
23+
by up to 39x.
24+
- [Docker Scout](): Tooling for software supply chain security that lets you quickly
25+
assess image health and accelerate security improvements.
26+
- [Testcontainers Cloud](): Container-based testing automation that provides faster
27+
tests, a unified developer experience, and more.
28+
29+
## Manage access to Docker products
30+
31+
| Docker product | Default access | Can be disabled? | How to manage access |
32+
|----------------|----------------|------------------|----------------------|
33+
| Docker Desktop | Enabled | No | You can't technically disable Docker Desktop, but you can manage user access by enforcing sign-in so only organization members can use Docker Desktop. You can also manage Docker Desktop settings using Settings Management to control what settings and features your users have access to. |
34+
| Docker Hub | Enabled | Yes | Use the Docker Admin Console to configure Registry Access Management or Image Access Management. |
35+
| Docker Build Cloud | Enabled | Yes | Lock Docker Build Cloud for your organization. |
36+
| Docker Scout | Enabled | Yes | |
37+
| Testcontainers Cloud | Enabled | Yes | Lock Testcontainers Cloud for your organization. |
38+
| Docker Hardened Images (DHI) | Disabled | Yes | Only available for users who have signed up for DHI. |

content/guides/harden-docker/monitor-activity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Secure Docker Desktop with Settings Management
3-
description:
2+
title: Monitory activity
3+
description: Use Docker features to monitory user activity and compliance with your organization settings.
44
weight: 50
55
---
66

content/guides/harden-docker/provision-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Provision users with least privilege
3-
description:
3+
description: Learn how to provision users and best practices for providing least privilege permissions.
44
weight: 30
55
---
66

content/guides/harden-docker/secure-docker-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Secure Docker Desktop with Settings Management
3-
description:
2+
title: Secure Docker Desktop
3+
description: Use Settings Management to control Docker Desktop settings and learn best practices for hardened environments.
44
weight: 40
55
---
66

0 commit comments

Comments
 (0)