Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
StylesPath = _vale
MinAlertLevel = suggestion
IgnoredScopes = text.frontmatter, code, tt, b, strong, i
IgnoredScopes = text.frontmatter, code, tt, b, strong, i, a
Vocab = Docker

# Disable rules for genered content
Expand All @@ -20,6 +20,12 @@ Vale.Terms = NO
Docker.Capitalization = NO
Docker.Exclamation = NO

[content/manuals/desktop/previous-versions/*.md]
Vale.Spelling = NO
Vale.Terms = NO
Docker.Capitalization = NO
Docker.Exclamation = NO

[*.md]
BasedOnStyles = Vale, Docker
# Exclude `{{< ... >}}`, `{{% ... %}}`, [Who]({{< ... >}})
Expand Down
18 changes: 17 additions & 1 deletion _vale/config/vocabularies/Docker/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Amazon
Anchore
Apple
Artifactory
auditable
autolock
Azure
bootup
Btrfs
Expand Down Expand Up @@ -60,6 +62,7 @@ Entra
EPERM
ESXi
Ethernet
exploitability
Fargate
Fedora
firewalld
Expand All @@ -75,16 +78,19 @@ Google
Grafana
Gravatar
gRPC
Grype
HyperKit
inferencing
inotify
Intel
Intune
IPsec
iptables
IPv[46]
IPvlan
isort
Jamf
JavaScript
JetBrains
JFrog
JUnit
Expand Down Expand Up @@ -115,7 +121,7 @@ monorepos?
musl
MySQL
nameserver
namespace
namespaced?
namespacing
netfilter
netlabel
Expand All @@ -140,6 +146,8 @@ Postgres
PowerShell
Python
Qualcomm
Quickview
rebalance
reimplement
rollback
rootful
Expand All @@ -158,6 +166,7 @@ SQLite
stdin
stdout
subfolder
subvolume
Syft
syntaxes
Sysbox
Expand All @@ -167,23 +176,30 @@ systemd
Testcontainers
tmpfs
Traefik
Trivy
Trixie
Ubuntu
ufw
ui
uid
umask
undeterminable
Unix
unmanaged
VMware
vpnkit
VSCode
vSphere
Vue
Wasm
Wasmtime
Windows
windowsfilter
WireMock
workdir
Xdebug
youki
Yubikey
Zscaler
Zsh
[Aa]nonymized?
Expand Down
2 changes: 1 addition & 1 deletion content/guides/admin-user-management/setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Setting up roles and permissions in Docker
description: A guide to securely managing access and collaboration in Docker through roles and teams.
keywords: Docker roles, permissions management, access control, IT administration, team collaboration, least privilege, security, Docker teams, role-based access
keywords: Docker roles, permissions management, access control, IT administration, team collaboration, least privilege, security, Docker Teams, role-based access
weight: 10
---

Expand Down
4 changes: 3 additions & 1 deletion content/manuals/compose/releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ aliases:
- /compose/release-notes/
---

<!-- vale off -->

For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).

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

### Update

Expand Down
32 changes: 16 additions & 16 deletions content/manuals/desktop/previous-versions/edge-releases-mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sitemap: false
---

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

Check warning on line 12 in content/manuals/desktop/previous-versions/edge-releases-mac.md

View workflow job for this annotation

GitHub Actions / validate (vale)

[vale] reported by reviewdog 🐶 [Docker.We] Avoid using first-person plural like 'our'. Raw Output: {"message": "[Docker.We] Avoid using first-person plural like 'our'.", "location": {"path": "content/manuals/desktop/previous-versions/edge-releases-mac.md", "range": {"start": {"line": 12, "column": 107}}}, "severity": "WARNING"}

For Docker Desktop system requirements, see
[What to know before you install](/manuals/desktop/setup/install/mac-install.md#system-requirements).
Expand Down Expand Up @@ -146,7 +146,7 @@
### Known issues

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

## Docker Desktop Community 2.3.6.1
Expand Down Expand Up @@ -391,7 +391,7 @@
2019-12-11


> [!NOTE]
> [!NOTE]
>
> 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.

Expand Down Expand Up @@ -519,7 +519,7 @@
- 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)
- 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)

## Docker Desktop Community 2.1.0.0
## Docker Desktop Community 2.1.0.0
2019-07-26


Expand All @@ -537,7 +537,7 @@

- Introduced a new user interface for the Docker Desktop **Preferences** menu.
- The **Restart**, **Reset**, and **Uninstall** options are now available on the **Troubleshoot** menu.

#### Bug fixes and minor changes

- Changed the host's Kubernetes context to ensure `docker run -v .kube:kube ... kubectl` works.
Expand Down Expand Up @@ -591,16 +591,16 @@

* New
- App: Docker CLI plugin to configure, share, and install applications

- Extend Compose files with metadata and parameters
- Reuse the same application across multiple environments (Development/QA/Staging/Production)
- Multi-orchestrator installation (Swarm or Kubernetes)
- Push/Pull/Promotion/Signing supported for application, with the same workflow as images
- Fully CNAB compliant
- Full support for Docker Contexts

- Buildx (Tech Preview): Docker CLI plugin for extended build capabilities with BuildKit

- Familiar UI from docker build
- Full BuildKit capabilities with container driver
- Multiple builder instance support
Expand Down Expand Up @@ -637,7 +637,7 @@

* New
- Rebranded UI

* Bug fixes and minor changes
- Kubernetes: use default maximum number of pods for kubelet. [docker/for-mac#3453](https://github.com/docker/for-mac/issues/3453)
- Fix DockerHelper crash. [docker/for-mac#3470](https://github.com/docker/for-mac/issues/3470)
Expand All @@ -651,7 +651,7 @@
- [Kubernetes 1.13.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md#v1130)
- [Kitematic 0.17.6](https://github.com/docker/kitematic/releases/tag/v0.17.6)
- 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)

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

* Bug fixes and minor changes
Expand Down Expand Up @@ -752,9 +752,9 @@
- Fix VPNKit memory leak. Fixes [moby/vpnkit#371](https://github.com/moby/vpnkit/issues/371)
- 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)
- 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)
- 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)
- 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)
- 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)


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

Expand All @@ -763,9 +763,9 @@
- [Docker 18.05.0-ce](https://github.com/docker/docker-ce/releases/tag/v18.05.0-ce)
- [Docker compose 1.21.2](https://github.com/docker/compose/releases/tag/1.21.2)

* New
* New
- 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.

* Bug fixes and minor changes
- 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)
- 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)
Expand All @@ -782,7 +782,7 @@
- [Docker 18.05.0-ce-rc1](https://github.com/docker/docker-ce/releases/tag/v18.05.0-ce-rc1)
- [Notary 0.6.1](https://github.com/docker/notary/releases/tag/v0.6.1)

* New
* New
- 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)

* Bug fixes and minor changes
Expand All @@ -802,7 +802,7 @@
- [Docker 18.04.0-ce-rc2](https://github.com/docker/docker-ce/releases/tag/v18.04.0-ce-rc2)
- [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.

* New
* New
- Enable ceph & rbd modules in LinuxKit virtual machine.

* Bug fixes and minor changes
Expand Down
Loading