Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1222,24 +1222,6 @@ manuals:
title: Teams and organizations
- path: /docker-hub/repos/
title: Repositories
- sectiontitle: Administration
section:
- path: /docker-hub/convert-account/
title: Convert an account into an organization
- path: /docker-hub/deactivate-account/
title: Deactivate an account or an organization
- sectiontitle: Billing
section:
- path: /docker-hub/billing/
title: Overview
- path: /docker-hub/billing/upgrade/
title: Upgrade your plan
- path: /docker-hub/billing/downgrade/
title: Downgrade your plan
- path: /docker-hub/billing/add-seats/
title: Add seats
- path: /docker-hub/billing/remove-seats/
title: Remove seats
- path: /docker-hub/vulnerability-scanning/
title: Vulnerability scanning
- path: /docker-hub/official_images/
Expand All @@ -1258,6 +1240,26 @@ manuals:
title: Webhooks
- path: /docker-hub/slack_integration/
title: Slack integration
- path: /docker-hub/download-rate-limit/
title: Download rate limit
- sectiontitle: Administration
section:
- path: /docker-hub/convert-account/
title: Convert an account into an organization
- path: /docker-hub/deactivate-account/
title: Deactivate an account or an organization
- sectiontitle: Billing
section:
- path: /docker-hub/billing/
title: Overview
- path: /docker-hub/billing/upgrade/
title: Upgrade your plan
- path: /docker-hub/billing/downgrade/
title: Downgrade your plan
- path: /docker-hub/billing/add-seats/
title: Add seats
- path: /docker-hub/billing/remove-seats/
title: Remove seats
- sectiontitle: Publisher & certified content
section:
- path: /docker-hub/publish/
Expand All @@ -1276,8 +1278,6 @@ manuals:
title: Trust chain
- path: /docker-hub/publish/byol/
title: Bring Your Own License (BYOL)
- path: /docker-hub/download-rate-limit/
title: Download rate limit
- path: /docker-hub/release-notes/
title: Release notes
- sectiontitle: Open-source projects
Expand Down
8 changes: 4 additions & 4 deletions docker-for-mac/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ title: Logs and troubleshooting
toc_max: 2
---

> Did you know that Docker Desktop now offers support for developers subscribed to a Pro or a Team plan? Click [here](#support) to learn more.

This page contains information on how to diagnose and troubleshoot Docker Desktop issues, request Docker Desktop support (Pro and Team plan users only), send logs and communicate with the Docker Desktop team, use our forums and Success Center, browse and log issues on GitHub, and find workarounds for known problems.

## Troubleshoot
Expand Down Expand Up @@ -316,11 +318,9 @@ in the Apple documentation, and Docker Desktop [Mac system requirements](install

## Support

This section contains information on how to get support on Docker Desktop.
Docker Desktop offers support for developers subscribed to a Pro or a Team plan. Click [here](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"} to upgrade your existing account.

>**Note**
>
> Docker Desktop offers support for Pro and Team users only. For more information about the pricing plans, see [Docker Pricing](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"}.
This section contains instructions on how to get support, and covers the scope of Docker Desktop support.

### How do I get Docker Desktop support?

Expand Down
8 changes: 4 additions & 4 deletions docker-for-windows/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ title: Logs and troubleshooting
toc_max: 2
---

> Did you know that Docker Desktop now offers support for developers subscribed to a Pro or a Team plan? Click [here](#support) to learn more.

This page contains information on how to diagnose and troubleshoot Docker Desktop issues, request Docker Desktop support (Pro and Team plan users only), send logs and communicate with the Docker Desktop team, use our forums and Success Center, browse and log issues on GitHub, and find workarounds for known problems.

## Troubleshoot
Expand Down Expand Up @@ -328,11 +330,9 @@ explore other workarounds suggested on Docker Desktop forums.

## Support

This section contains information on how to get support on Docker Desktop.
Docker Desktop offers support for developers subscribed to a Pro or a Team plan. Click [here](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"} to upgrade your existing account.

>**Note**
>
> Docker Desktop offers support for Pro and Team users only. For more information about the pricing plans, see [Docker Pricing](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"}.
This section contains instructions on how to get support, and covers the scope of Docker Desktop support.

### How do I get Docker Desktop support?

Expand Down
6 changes: 2 additions & 4 deletions docker-hub/vulnerability-scanning.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ keywords: scanning, vulnerabilities, Hub, Snyk
title: Hub Vulnerability Scanning
---

> Docker Hub Vulnerability Scanning is available for developers subscribed to a Pro or a Team plan. For more information about the pricing plans, see [Docker Pricing](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"}.

Docker Hub Vulnerability Scanning enables you to automatically scan Docker images for vulnerabilities using Snyk. This uses the same technology as the [docker scan](../engine/scan/index.md) command.

When you push an image to Docker Hub after enabling vulnerability scanning, Docker Hub automatically scans the image to identify vulnerabilities in your container images. Vulnerability Scanning allows developers and development teams to review the security state of the container images and take actions to fix issues identified during the scan, resulting in more secure deployments. The scan result includes the source of the vulnerability, such as OS packages and libraries, version in which it was introduced, and a recommended fixed version (if available) to remediate the vulnerabilities discovered.

> **Note**
>
> Docker Hub Vulnerability Scanning is available for users subscribed to a Pro or a Teams plan. For more information about the pricing plans, see [Docker Pricing](https://www.docker.com/pricing){: target="_blank" rel="noopener" class="_"}.

## Scan images

Hub Vulnerability scanning allows repository owners and administrators of a Pro or a Team plan to enable and disable scanning.
Expand Down