bunch of small fixes (#19538)

This commit is contained in:
Allie Sadler 2024-02-29 10:32:47 +00:00 committed by GitHub
parent 1ce7fdfdb0
commit bc92dda6bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View File

@ -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" >}}

View File

@ -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" >}}

View File

@ -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.

View File

@ -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.