mirror of https://github.com/docker/docs.git
Bump the notes on Docker support
This commit is contained in:
parent
5a43052b5f
commit
a55b17afc4
|
@ -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/
|
||||
|
@ -1258,6 +1240,24 @@ manuals:
|
|||
title: Webhooks
|
||||
- path: /docker-hub/slack_integration/
|
||||
title: Slack integration
|
||||
- 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/
|
||||
|
|
|
@ -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
|
||||
|
@ -316,11 +318,7 @@ in the Apple documentation, and Docker Desktop [Mac system requirements](install
|
|||
|
||||
## Support
|
||||
|
||||
This section contains information on how to get support on Docker Desktop.
|
||||
|
||||
>**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="_"}.
|
||||
Docker Desktop offers support for developers subscribed to a [Pro or a Team plan](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?
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -328,11 +330,7 @@ explore other workarounds suggested on Docker Desktop forums.
|
|||
|
||||
## Support
|
||||
|
||||
This section contains information on how to get support on Docker Desktop.
|
||||
|
||||
>**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="_"}.
|
||||
Docker Desktop offers support for developers subscribed to a [Pro or a Team plan](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?
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue