Skip to content

Commit e978b5e

Browse files
committed
reduce errors
1 parent 9e30f38 commit e978b5e

File tree

12 files changed

+65
-61
lines changed

12 files changed

+65
-61
lines changed

_vendor/github.com/docker/cli/docs/extend/legacy_plugins.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/guides/admin-user-management/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setting up roles and permissions in Docker
33
description: A guide to securely managing access and collaboration in Docker through roles and teams.
4-
keywords: Docker roles, permissions management, access control, IT administration, team collaboration, least privilege, security, Docker teams, role-based access
4+
keywords: Docker roles, permissions management, access control, IT administration, team collaboration, least privilege, security, Docker Teams, role-based access
55
weight: 10
66
---
77

content/manuals/compose/releases/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ aliases:
1111
- /compose/release-notes/
1212
---
1313

14+
<!-- vale off -->
15+
1416
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).
1517

1618
## 2.38.2
@@ -52,7 +54,7 @@ For more detailed information, see the [release notes in the Compose repo](https
5254
- Added `volumes` command
5355
- Removed `publish` limitation on bind mounts
5456
- Fixed an issue mounting the docker socket to container which doesn't need it
55-
- Fixed an issue with bake hanging on output
57+
- Fixed an issue with bake hanging on output
5658

5759
### Update
5860

content/manuals/desktop/previous-versions/edge-releases-mac.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases:
99
sitemap: false
1010
---
1111

12-
This page contains information about Docker Desktop Edge releases. Edge releases give you early access to our newest features. Note that some of the features may be experimental, and some of them may not ever reach the Stable release.
12+
This page contains information about Docker Desktop Edge releases. Edge releases give you early access to our newest features. Note that some of the features may be experimental, and some of them may not ever reach the Stable release.
1313

1414
For Docker Desktop system requirements, see
1515
[What to know before you install](/manuals/desktop/setup/install/mac-install.md#system-requirements).
@@ -146,7 +146,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
146146
### Known issues
147147

148148
- The `clock_gettime64` system call returns `EPERM` rather than `ENOSYS`
149-
in i386 images. To work around this issue, disable `seccomp` by using
149+
in i386 images. To work around this issue, disable `seccomp` by using
150150
the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for-win/issues/8326).
151151

152152
## Docker Desktop Community 2.3.6.1
@@ -391,7 +391,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
391391
2019-12-11
392392

393393

394-
> [!NOTE]
394+
> [!NOTE]
395395
>
396396
> Docker Desktop Edge 2.1.7.0 is the release candidate for the upcoming major Stable release. Please help us test this version before the wider release and report any issues in the [docker/for-mac](https://github.com/docker/for-mac/issues) GitHub repository.
397397
@@ -519,7 +519,7 @@ Fixed an issue that caused VMs running on older hardware with macOS Catalina to
519519
- Fixed an issue where running some Docker commands can fail if you are not using Credential Helpers. [docker/for-mac#3785](https://github.com/docker/for-mac/issues/3785)
520520
- Fixed a bug that did not allow users to copy and paste text in the **Preferences** > **Daemon** window. [docker/for-mac#3798](https://github.com/docker/for-mac/issues/3798)
521521

522-
## Docker Desktop Community 2.1.0.0
522+
## Docker Desktop Community 2.1.0.0
523523
2019-07-26
524524

525525

@@ -537,7 +537,7 @@ This release contains Kubernetes security improvements. Note that your local Kub
537537

538538
- Introduced a new user interface for the Docker Desktop **Preferences** menu.
539539
- The **Restart**, **Reset**, and **Uninstall** options are now available on the **Troubleshoot** menu.
540-
540+
541541
#### Bug fixes and minor changes
542542

543543
- Changed the host's Kubernetes context to ensure `docker run -v .kube:kube ... kubectl` works.
@@ -591,16 +591,16 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
591591

592592
* New
593593
- App: Docker CLI plugin to configure, share, and install applications
594-
594+
595595
- Extend Compose files with metadata and parameters
596596
- Reuse the same application across multiple environments (Development/QA/Staging/Production)
597597
- Multi-orchestrator installation (Swarm or Kubernetes)
598598
- Push/Pull/Promotion/Signing supported for application, with the same workflow as images
599599
- Fully CNAB compliant
600600
- Full support for Docker Contexts
601-
601+
602602
- Buildx (Tech Preview): Docker CLI plugin for extended build capabilities with BuildKit
603-
603+
604604
- Familiar UI from docker build
605605
- Full BuildKit capabilities with container driver
606606
- Multiple builder instance support
@@ -637,7 +637,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
637637

638638
* New
639639
- Rebranded UI
640-
640+
641641
* Bug fixes and minor changes
642642
- Kubernetes: use default maximum number of pods for kubelet. [docker/for-mac#3453](https://github.com/docker/for-mac/issues/3453)
643643
- Fix DockerHelper crash. [docker/for-mac#3470](https://github.com/docker/for-mac/issues/3470)
@@ -651,7 +651,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
651651
- [Kubernetes 1.13.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md#v1130)
652652
- [Kitematic 0.17.6](https://github.com/docker/kitematic/releases/tag/v0.17.6)
653653
- Golang 1.10.6, fixes CVEs: [CVE-2018-16875](https://www.cvedetails.com/cve/CVE-2018-16875), [CVE-2018-16873](https://www.cvedetails.com/cve/CVE-2018-16873) and [CVE-2018-16874](https://www.cvedetails.com/cve/CVE-2018-16874)
654-
654+
655655
WARNING: If you have an existing Kubernetes cluster created with Docker Desktop, this upgrade will reset the cluster. If you need to back up your Kubernetes cluster or persistent volumes you can use [Ark](https://github.com/heptio/ark).
656656

657657
* Bug fixes and minor changes
@@ -752,9 +752,9 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
752752
- Fix VPNKit memory leak. Fixes [moby/vpnkit#371](https://github.com/moby/vpnkit/issues/371)
753753
- Fix com.docker.supervisor using 100% CPU. Fixes [docker/for-mac#2967](https://github.com/docker/for-mac/issues/2967), [docker/for-mac#2923](https://github.com/docker/for-mac/issues/2923)
754754
- Do not override existing kubectl binary in /usr/local/bin (installed with brew or otherwise). Fixes [docker/for-mac#2368](https://github.com/docker/for-mac/issues/2368), [docker/for-mac#2890](https://github.com/docker/for-mac/issues/2890)
755-
- Detect Vmnetd install error. Fixes [docker/for-mac#2934](https://github.com/docker/for-mac/issues/2934), [docker/for-mac#2687](https://github.com/docker/for-mac/issues/2687)
755+
- Detect Vmnetd install error. Fixes [docker/for-mac#2934](https://github.com/docker/for-mac/issues/2934), [docker/for-mac#2687](https://github.com/docker/for-mac/issues/2687)
756756
- Virtual machine default disk path is stored relative to $HOME. Fixes [docker/for-mac#2928](https://github.com/docker/for-mac/issues/2928), [docker/for-mac#1209](https://github.com/docker/for-mac/issues/1209)
757-
757+
758758

759759
### Docker Community Edition 18.05.0-ce-mac66 2018-05-17
760760

@@ -763,9 +763,9 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
763763
- [Docker 18.05.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.05.0-ce)
764764
- [Docker compose 1.21.2](https://github.com/docker/compose/releases/tag/1.21.2)
765765

766-
* New
766+
* New
767767
- Allow orchestrator selection from the UI in the "Kubernetes" pane, to allow "docker stack" commands to deploy to Swarm clusters, even if Kubernetes is enabled in Docker for Mac.
768-
768+
769769
* Bug fixes and minor changes
770770
- Use Simple NTP to minimize clock drift between the virtual machine and the host. Fixes [docker/for-mac#2076](https://github.com/docker/for-mac/issues/2076)
771771
- Fix filesystem event notifications for Swarm services and those using the new-style --mount option. Fixes [docker/for-mac#2216](https://github.com/docker/for-mac/issues/2216), [docker/for-mac#2375](https://github.com/docker/for-mac/issues/2375)
@@ -782,7 +782,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
782782
- [Docker 18.05.0-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v18.05.0-ce-rc1)
783783
- [Notary 0.6.1](https://github.com/docker/notary/releases/tag/v0.6.1)
784784

785-
* New
785+
* New
786786
- Re-enable raw as the default disk format for users running macOS 10.13.4 and higher. Note this change only takes effect after a "reset to factory defaults" or "remove all data" (from the Whale menu > Preferences > Reset). Related to [docker/for-mac#2625](https://github.com/docker/for-mac/issues/2625)
787787

788788
* Bug fixes and minor changes
@@ -802,7 +802,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
802802
- [Docker 18.04.0-ce-rc2](https://github.com/docker/docker-ce/releases/tag/v18.04.0-ce-rc2)
803803
- [Kubernetes 1.9.6](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#v196). If Kubernetes is enabled, the upgrade will be performed automatically when starting Docker for Mac.
804804

805-
* New
805+
* New
806806
- Enable ceph & rbd modules in LinuxKit virtual machine.
807807

808808
* Bug fixes and minor changes

content/manuals/desktop/previous-versions/edge-releases-windows.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
144144

145145
### Known issues
146146

147-
- The `clock_gettime64` system call returns `EPERM` rather than `ENOSYS`
148-
in i386 images. To work around this issue, disable `seccomp` by using
147+
- The `clock_gettime64` system call returns `EPERM` rather than `ENOSYS`
148+
in i386 images. To work around this issue, disable `seccomp` by using
149149
the `--privileged` flag. See [docker/for-win#8326](https://github.com/docker/for-win/issues/8326).
150150

151151
## Docker Desktop Community 2.3.6.2
@@ -710,7 +710,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
710710
- Docker Desktop now supports a configurable user timeout for VMs on slower machines. [docker/for-win#4393](https://github.com/docker/for-win/issues/4393)
711711
- Enabled Windows features such as Hyper-V and Containers during installation, thereby reducing the need for another restart after installation.
712712

713-
## Docker Desktop Community 2.1.0.0
713+
## Docker Desktop Community 2.1.0.0
714714
2019-07-30
715715

716716

@@ -728,14 +728,14 @@ This release contains Kubernetes security improvements. Note that your local Kub
728728
#### New
729729

730730
- Introduced a new user interface for the Docker Desktop **Settings** menu.
731-
- The **Restart** and **Reset** options are now available on the **Troubleshoot** menu.
731+
- The **Restart** and **Reset** options are now available on the **Troubleshoot** menu.
732732

733733
#### Bug fixes and minor changes
734734

735735
- Changed the host's kubernetes context to ensure `docker run -v .kube:kube ... kubectl` works.
736736
- Restricted the `cluster-admin` role on local Kubernetes cluster to `kube-system` namespace.
737737
- Fixed Kubernetes installation with VPNkit subnet.
738-
- Fixed an issue where Docker Desktop restarts when a user logs out of Windows and logs back in, which results in retaining the
738+
- Fixed an issue where Docker Desktop restarts when a user logs out of Windows and logs back in, which results in retaining the
739739
exported ports on containers.
740740
- Reduced the VM startup time. `swap` is not created every time a virtual machine boots.
741741
- Fixed a bug which caused Docker Desktop to crash when a user cancels switching the version using Windows User Account Control (UAC) settings.
@@ -795,16 +795,16 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
795795
* New
796796

797797
- App: Docker CLI plugin to configure, share, and install applications
798-
798+
799799
- Extend Compose files with metadata and parameters
800800
- Reuse the same application across multiple environments (Development/QA/Staging/Production)
801801
- Multi-orchestrator installation (Swarm or Kubernetes)
802802
- Push/Pull/Promotion/Signing supported for application, with the same workflow as images
803803
- Fully CNAB compliant
804804
- Full support for Docker Contexts
805-
805+
806806
- Buildx (Tech Preview): Docker CLI plugin for extended build capabilities with BuildKit
807-
807+
808808
- Familiar UI from docker build
809809
- Full BuildKit capabilities with container driver
810810
- Multiple builder instance support
@@ -847,7 +847,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
847847

848848
* New
849849
- Rebranded UI
850-
850+
851851
* Bug fixes and minor changes
852852
- Kubernetes: use default maximum number of pods for kubelet. [docker/for-mac#3453](https://github.com/docker/for-mac/issues/3453)
853853

@@ -860,7 +860,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
860860
- [Kubernetes 1.13.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md#v1130)
861861
- [Kitematic 0.17.6](https://github.com/docker/kitematic/releases/tag/v0.17.6)
862862
- Golang 1.10.6, fixes CVEs: [CVE-2018-16875](https://www.cvedetails.com/cve/CVE-2018-16875), [CVE-2018-16873](https://www.cvedetails.com/cve/CVE-2018-16873) and [CVE-2018-16874](https://www.cvedetails.com/cve/CVE-2018-16874)
863-
863+
864864
WARNING: If you have an existing Kubernetes cluster created with Docker Desktop, this upgrade will reset the cluster. If you need to back up your Kubernetes cluster or persistent volumes you can use [Ark](https://github.com/heptio/ark).
865865

866866
* Bug fixes and minor changes
@@ -880,7 +880,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
880880
- [Docker compose 1.23.2](https://github.com/docker/compose/releases/tag/1.23.2)
881881

882882
* Bug fixes and minor changes
883-
- Compose: Fixed a bug where build context URLs would fail to build on Windows. Fixes [docker/for-win#2918](https://github.com/docker/for-win/issues/2918)
883+
- Compose: Fixed a bug where build context URLs would fail to build on Windows. Fixes [docker/for-win#2918](https://github.com/docker/for-win/issues/2918)
884884

885885
### Docker Community Edition 2.0.0.0-win77 2018-11-14
886886

@@ -891,7 +891,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
891891
- [Kitematic 0.17.5](https://github.com/docker/kitematic/releases/tag/v0.17.5)
892892

893893
* Bug fixes and minor changes
894-
- Windows Containers: Fix group daemon option settings. Fixes [docker/for-win#2647](https://github.com/docker/for-win/issues/2647)
894+
- Windows Containers: Fix group daemon option settings. Fixes [docker/for-win#2647](https://github.com/docker/for-win/issues/2647)
895895
- Windows Containers: Improve host.docker.internal ip resolution
896896
- Do not try to update samba share mounts when using Windows containers
897897
- Improved dns update too verbose in logs
@@ -909,7 +909,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
909909

910910
* Deprecation
911911
- Removed support of AUFS
912-
912+
913913
* Bug fixes and minor changes
914914
- LCOW does not anymore need --platform flag on multi-arch images
915915
- Better WCOW host.docker.internal resolution on host, don't rewrite it if not modified. From [docker/for-win#1976](https://github.com/docker/for-win/issues/1976)
@@ -977,13 +977,13 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
977977
- [Docker 18.05.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.05.0-ce)
978978
- [Docker compose 1.21.2](https://github.com/docker/compose/releases/tag/1.21.2)
979979

980-
* New
980+
* New
981981
- Allow orchestrator selection from the UI in the "Kubernetes" pane, to allow "docker stack" commands to deploy to swarm clusters, even if Kubernetes is enabled in Docker for Windows.
982982

983983
* Bug fixes and minor changes
984984
- Fix restart issue when using Windows fast startup on latest 1709 Windows updates. Fixes [docker/for-win#1741](https://github.com/docker/for-win/issues/1741), [docker/for-win#1741](https://github.com/docker/for-win/issues/1741)
985985
- DNS name `host.docker.internal` can be used for host resolution from Windows containers. Fixes [docker/for-win#1976](https://github.com/docker/for-win/issues/1976)
986-
- Fix broken link in diagnostics window.
986+
- Fix broken link in diagnostics window.
987987

988988
### Docker Community Edition 18.05.0-ce-rc1-win63 2018-04-26
989989

@@ -995,7 +995,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
995995
- Fix startup issue due to incompatibility with other programs (like Razer Synapse 3). Fixes [docker/for-win#1723](https://github.com/docker/for-win/issues/1723)
996996
- Fix Kubernetes hostPath translation for PersistentVolumeClaim (PVC). Previously failing PVCs must be deleted and recreated. Fixes [docker/for-win#1758](https://github.com/docker/for-win/issues/1758)
997997
- Fix Kubernetes status when resetting to factory defaults.
998-
998+
999999

10001000
### Docker Community Edition 18.04.0-ce-win62 2018-04-12
10011001

@@ -1009,7 +1009,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
10091009
- [Docker 18.04.0-ce-rc2](https://github.com/docker/docker-ce/releases/tag/v18.04.0-ce-rc2)
10101010
- [Kubernetes 1.9.6](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#v196). If Kubernetes is enabled, the upgrade will be performed automatically when starting Docker for Windows.
10111011

1012-
* New
1012+
* New
10131013
- Enable ceph & rbd modules in LinuxKit VM.
10141014

10151015
* Bug fixes and minor changes

content/manuals/desktop/release-notes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ aliases:
1717
weight: 220
1818
---
1919

20-
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
20+
<!-- vale off -->
21+
22+
This page contains information about the new features, improvements, known issues, and bug fixes in Docker Desktop releases.
2123

2224
Releases are gradually rolled out to ensure quality control. If the latest version is not yet available to you, allow some time — updates typically become available within a week of the release date.
2325

@@ -71,7 +73,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
7173
- [Docker Engine v28.3.0](https://docs.docker.com/engine/release-notes/28/#2830)
7274
- [NVIDIA Container Toolkit v1.17.8](https://github.com/NVIDIA/nvidia-container-toolkit/releases/tag/v1.17.8)
7375

74-
### Security
76+
### Security
7577

7678
- Fixed [CVE-2025-6587](https://www.cve.org/CVERecord?id=CVE-2025-6587) where sensitive system environment variables were included in Docker Desktop diagnostic logs, allowing for potential secret exposure.
7779

@@ -82,7 +84,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo
8284
- Fixed a bug causing `docker start` to drop the container's port mappings for a container already running.
8385
- Fixed a bug that prevented container ports to be displayed on the GUI when a container was re-started.
8486
- Fixed a bug that caused Docker API `500 Internal Server Error for API route and version` error application start.
85-
- The settings **Apply & restart** button is now labeled **Apply**. The VM is no longer restarted when applying changed settings.
87+
- The settings **Apply & restart** button is now labeled **Apply**. The VM is no longer restarted when applying changed settings.
8688
- Fixed a bug where the disk would be corrupted if Docker is shutdown during a `fsck`.
8789
- Fixed a bug causing an incorrect `~/.kube/config` in WSL2 when using a `kind` Kubernetes cluster.
8890
- Return an explicit error to a Docker API / `docker` CLI command if Docker Desktop has been manually paused.

content/manuals/desktop/troubleshoot-and-support/feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are many ways you can provide feedback on Docker Desktop or Docker Desktop
1212

1313
### In-product feedback
1414

15-
On each Docker Desktop Dashboard view, there is a **Give feedback** link. This opens a feedback form where you can share ideas directly with the Docker team.
15+
On each Docker Desktop Dashboard view, there is a **Give feedback** link. This opens a feedback form where you can share ideas directly with the Docker Team.
1616

1717
### Feedback via Docker Community forums
1818

0 commit comments

Comments
 (0)