From bc92dda6bf9efce41adeed13461ca58f9fdc8666 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:32:47 +0000 Subject: [PATCH] bunch of small fixes (#19538) --- content/compose/compose-file/compose-file-v2.md | 1 + content/compose/compose-file/compose-file-v3.md | 1 + content/desktop/use-desktop/_index.md | 2 +- content/security/_index.md | 6 +++--- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/compose/compose-file/compose-file-v2.md b/content/compose/compose-file/compose-file-v2.md index cd7bfc8376..d4de2147cb 100644 --- a/content/compose/compose-file/compose-file-v2.md +++ b/content/compose/compose-file/compose-file-v2.md @@ -4,6 +4,7 @@ keywords: fig, composition, compose version 2, docker title: Compose file version 2 reference toc_max: 4 toc_min: 1 +sitemap: false --- {{< include "compose-eol.md" >}} diff --git a/content/compose/compose-file/compose-file-v3.md b/content/compose/compose-file/compose-file-v3.md index 77953ebbf4..b48cb0d4e9 100644 --- a/content/compose/compose-file/compose-file-v3.md +++ b/content/compose/compose-file/compose-file-v3.md @@ -6,6 +6,7 @@ keywords: docker compose ports, docker compose version 3, docker-compose memory title: Compose file version 3 reference toc_max: 4 toc_min: 1 +sitemap: false --- {{< include "compose-eol.md" >}} diff --git a/content/desktop/use-desktop/_index.md b/content/desktop/use-desktop/_index.md index e9fecd7bf4..dde4dbea09 100644 --- a/content/desktop/use-desktop/_index.md +++ b/content/desktop/use-desktop/_index.md @@ -36,7 +36,7 @@ From the Docker Dashboard you can use Quick Search, which is located in the Dash - Any container or Compose application on your local system. You can see an overview of associated environment variables or perform quick actions, such as start, stop, or delete. -- Public Docker Hub images, local images, and images from remote repositories. Depending on the type of image you select, you can either pull the image by tag, view documentation, go to Docker Hub for more details, or run a new container using the image. +- Public Docker Hub images, local images, and images from remote repositories (private repositories from organizations you're a part of in Hub). Depending on the type of image you select, you can either pull the image by tag, view documentation, go to Docker Hub for more details, or run a new container using the image. - Extensions. From here, you can learn more about the extension and install it with a single click. Or, if you already have an extension installed, you can open it straight from the search results. diff --git a/content/security/_index.md b/content/security/_index.md index 2209a87912..39e9795d1a 100644 --- a/content/security/_index.md +++ b/content/security/_index.md @@ -77,10 +77,10 @@ grid_resources: description: Understand the steps you can take to improve the security of your container. icon: category link: /develop/security-best-practices/ -- title: Docker Scout - description: Explore how Docker Scout can help you create a more secure software supply chain. +- title: Supress CVEs with VEX + description: Learn how to suppress non-applicable or fixed vulnerabilities found in your images. icon: query_stats - link: /scout/ + link: /scout/guides/vex/ --- Docker provides security guardrails for both administrators and developers.