diff --git a/content/build/attestations/sbom.md b/content/build/attestations/sbom.md index a1d6055617..fb6adfd050 100644 --- a/content/build/attestations/sbom.md +++ b/content/build/attestations/sbom.md @@ -218,7 +218,7 @@ $ docker buildx build --attest type=sbom,generator= . > **Tip** > > The Docker Scout SBOM generator is available. See -> [../../scout/sbom.md#attest]. +> [Docker Scout SBOMs](../../scout/sbom.md#attest). { .tip } ## SBOM attestation example diff --git a/content/contribute/contribute-guide.md b/content/contribute/contribute-guide.md index 93ac20eb66..39c6922723 100644 --- a/content/contribute/contribute-guide.md +++ b/content/contribute/contribute-guide.md @@ -17,6 +17,7 @@ There are two ways to contribute a pull request to the docs repository: This opens the GitHub editor, which means you don't need to know a lot about Git, or even about Markdown. When you save, Git prompts you to create a fork if you don't already have one, and to create a branch in your fork and submit the pull request. + 2. Fork the [docs GitHub repository]({{% param "repo" %}}). Suggest changes or add new content on your local branch, and submit a pull request (PR) to the `main` branch. This is the manual, more advanced version of selecting 'Edit this page' on a published docs page. Initiating a docs change in a PR from your own branch gives you more flexibility, as you can submit changes to multiple pages or files under a single pull request, and even create new topics. diff --git a/content/desktop/release-notes.md b/content/desktop/release-notes.md index 1dd51e5a71..7009f37b8d 100644 --- a/content/desktop/release-notes.md +++ b/content/desktop/release-notes.md @@ -802,7 +802,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re ### Updates - [Docker Scan v0.21.0](https://github.com/docker/scan-cli-plugin/releases/tag/v0.21.0) -- [Go 1.19.2](https://github.com/golang/go/releases/tag/go1.19.2) to address [CVE-2022-2879](https://www.cve.org/CVERecord?id=CVE-2022-2879), [CVE-2022-2880](https://www.cve.org/CVERecord?id=CVE-2022-2880) and [CVE-2022-41715](https://www.cve.org/CVERecord?id= CVE-2022-41715) +- [Go 1.19.2](https://github.com/golang/go/releases/tag/go1.19.2) to address [CVE-2022-2879](https://www.cve.org/CVERecord?id=CVE-2022-2879), [CVE-2022-2880](https://www.cve.org/CVERecord?id=CVE-2022-2880) and [CVE-2022-41715](https://www.cve.org/CVERecord?id=CVE-2022-41715) - Updated Docker Engine and Docker CLI to [v20.10.20](../engine/release-notes/20.10.md#201020), which contain mitigations against a Git vulnerability, tracked in [CVE-2022-39253](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39253), and updated handling of `image:tag@digest` image references, as well as a fix for [CVE-2022-36109](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36109). @@ -927,7 +927,7 @@ For frequently asked questions about Docker Desktop releases, see [FAQs](faqs/re - Fixed a bug where the Tray menu incorrectly displays "Download will start soon..." after downloading the update. Fixes some issue reported in [for-mac/issues#5677](https://github.com/docker/for-mac/issues/5677) - Fixed a bug that didn't restart Docker Desktop after applying an update. - Fixed a bug that caused the connection to Docker to be lost when the computer sleeps if a user is using virtualization.framework and restrictive firewall software. -- Fixed a bug that caused Docker Desktop to run in the background even after a user had quit the application. Fixes [https://github.com/docker/for-mac/issues/6440] +- Fixed a bug that caused Docker Desktop to run in the background even after a user had quit the application. Fixes [docker/for-mac##6440](https://github.com/docker/for-mac/issues/6440) - Disabled both Virtualization Framework and VirtioFS for users running macOS < 12.5 #### For Windows diff --git a/content/develop/dev-best-practices.md b/content/develop/dev-best-practices.md index 66ec21027c..4cf18ead3b 100644 --- a/content/develop/dev-best-practices.md +++ b/content/develop/dev-best-practices.md @@ -7,8 +7,8 @@ keywords: application, development The following development patterns have proven to be helpful for people building applications with Docker. -If you have discovered something we should add, -[let us know]({{% param "repo" %}}/issues/new?template=doc_issue.yml&labels=status%2Ftriage). + +If you have discovered something we should add, [let us know]({{% param "repo" %}}/issues/new?template=doc_issue.yml&labels=status%2Ftriage). ## How to keep your images small diff --git a/content/get-started/resources.md b/content/get-started/resources.md index 2a8c021b31..d259d5b664 100644 --- a/content/get-started/resources.md +++ b/content/get-started/resources.md @@ -40,9 +40,9 @@ If books are your preferred learning style, check out these written by the [Dock * [Docker in Action 2nd Edition](https://www.manning.com/books/docker-in-action-second-edition) Jeff Nickoloff, Oct 2019 * [The Kubernetes Book](https://www.amazon.com/Kubernetes-Book-Nigel-Poulton/dp/1521823634/ref=sr_1_3?ie=UTF8&qid=1509660871&sr=8-3&keywords=nigel+poulton), Nigel Poulton, Nov 2018 * [Docker Deep Dive](https://www.amazon.com/Docker-Deep-Dive-Nigel-Poulton/dp/1521822808/ref=sr_1_1?ie=UTF8&qid=1509660871&sr=8-1&keywords=nigel+poulton), Nigel Poulton, March 2018 -* [Portuguese] [Docker para desenvolvedores](https://leanpub.com/dockerparadesenvolvedores) (2017) by Rafael Gomes -* [Spanish] [Érase una vez Docker](https://leanpub.com/erase-una-vez-docker), Manuel Morejón, March 2023 -* [Spanish] [Érase una vez Kubernetes](https://leanpub.com/erase-una-vez-kubernetes), Manuel Morejón, Jan 2022 +* \[Portuguese\] [Docker para desenvolvedores](https://leanpub.com/dockerparadesenvolvedores) (2017) by Rafael Gomes +* \[Spanish\] [Érase una vez Docker](https://leanpub.com/erase-una-vez-docker), Manuel Morejón, March 2023 +* \[Spanish\] [Érase una vez Kubernetes](https://leanpub.com/erase-una-vez-kubernetes), Manuel Morejón, Jan 2022 ## CLI cheat sheet @@ -58,7 +58,7 @@ A number of Docker Captains have also created video courses on Docker and Kubern * [Nigel Poulton](https://nigelpoulton.com/video-courses): Kubernetes 101, Getting Started with Kubernetes, Docker and Kubernetes: The Big Picture, Kubernetes Deep Dive, Docker Deep Dive * [Arun Gupta](https://www.lynda.com/Docker-tutorials/Docker-Java-developers/576584-2.html): Docker for Java Developers * [Ajeet Singh Raina](https://collabnix.com/): Docker and Kubernetes Labs -* [French] [Luc Juggery](https://www.udemy.com/user/lucjuggery/): Introduction to Kubernetes, The Docker Platform +* \[French\] [Luc Juggery](https://www.udemy.com/user/lucjuggery/): Introduction to Kubernetes, The Docker Platform \* Many of the courses are fee-based diff --git a/content/includes/github_issue.md b/content/includes/github_issue.md deleted file mode 100644 index 54ef44f9f9..0000000000 --- a/content/includes/github_issue.md +++ /dev/null @@ -1 +0,0 @@ -[{{ include.repo }}#{{ include.number }}](https://github.com/{{ include.repo }}/issues/{{ include.number }}) \ No newline at end of file