Skip to content

Commit 27daa87

Browse files
authored
Merge branch 'main' into ENGDOCS-2862-reqs-and-responses
2 parents 2cc416f + de37c04 commit 27daa87

File tree

138 files changed

+5435
-1113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+5435
-1113
lines changed

.github/prompts/freshness-tier1.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ how fresh and up to date it is. Apply the following:
1212
5. Ensure all the components formatted correctly.
1313
6. Improve the SEO keywords.
1414
7. If you find numbered lists, make sure their numbering only uses 1's.
15+
8. Ensure each line is limited to 80 characters.
1516

1617
Do your best and don't be lazy.

.github/prompts/freshness-tier2.prompt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ how fresh and up to date it is. Apply the following:
1818
5. Try to add some helpful next steps to the end of the document, but only if there are no *Next steps* or *Related pages* section, already.
1919
6. Try to clarify, shorten or improve the efficiency of some sentences.
2020
7. Check for LLM readibility.
21+
8. Ensure each line is limited to 80 characters.
2122

2223
Do your best and don't be lazy.

.github/workflows/validate-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
repository: docker/docs
4040
-
4141
name: Download data files
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v5
4343
if: ${{ inputs.data-files-id != '' && inputs.data-files-folder != '' }}
4444
with:
4545
name: ${{ inputs.data-files-id }}

.vale.ini

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
11
StylesPath = _vale
22
MinAlertLevel = suggestion
3-
3+
IgnoredScopes = text.frontmatter, code, tt, b, strong, i, a
44
Vocab = Docker
55

6+
# Disable rules for genered content
7+
[content/reference/**/**.md]
8+
Vale.Spelling = NO
9+
Vale.Terms = NO
10+
Docker.Capitalization = NO
11+
12+
[content/manuals/*/release-notes/*.md]
13+
Vale.Spelling = NO
14+
Vale.Terms = NO
15+
Docker.Capitalization = NO
16+
17+
[content/contribute/*.md]
18+
Vale.Spelling = NO
19+
Vale.Terms = NO
20+
Docker.Capitalization = NO
21+
Docker.Exclamation = NO
22+
23+
[content/manuals/desktop/previous-versions/*.md]
24+
Vale.Spelling = NO
25+
Vale.Terms = NO
26+
Docker.Capitalization = NO
27+
Docker.Exclamation = NO
28+
629
[*.md]
730
BasedOnStyles = Vale, Docker
831
# Exclude `{{< ... >}}`, `{{% ... %}}`, [Who]({{< ... >}})
@@ -15,10 +38,3 @@ TokenIgnores = ({{[%<] .* [%>]}}.*?{{[%<] ?/.* [%>]}}), \
1538
# Exclude `{{< myshortcode `This is some <b>HTML</b>, ... >}}`
1639
BlockIgnores = (?sm)^({{[%<] \w+ [^{]*?\s[%>]}})\n$, \
1740
(?s) *({{< highlight [^>]* ?>}}.*?{{< ?/ ?highlight >}})
18-
19-
# Disable rules for genered content
20-
# Content is checked upstream
21-
[**/{model-cli/docs/reference,content/reference/cli/docker/model}/**.md]
22-
BasedOnStyles = Vale
23-
Vale.Spelling = NO
24-
Vale.Terms = NO

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22

33
<img src="static/assets/images/docker-docs.png" alt="Welcome to Docker Documentation" style="max-width: 45%;">
44

5-
Welcome to the Docker Documentation repository. This is the source for
6-
[https://docs.docker.com/](https://docs.docker.com/).
5+
Welcome to the Docker Documentation repository. This is the source for the [Docker Docs Website](https://docs.docker.com/).
76

8-
Feel free to send us pull requests and issues. Our docs are completely
9-
open source, and we deeply appreciate contributions from the Docker community!
7+
We welcome your contributions—feel free to open pull requests or issues. Our docs are completely open source, and we deeply appreciate contributions from the Docker community!
108

119
## Provide feedback
1210

1311
We’d love to hear your feedback! To submit feedback:
1412
- Click **[New issue](https://github.com/docker/docs/issues/new)** on the docs repository, or
1513
- Click **Request changes** in the right column of every page on
1614
[docs.docker.com](https://docs.docker.com/), or
17-
- Click **Give feedback** on of every page in the docs.
15+
- Click **Give feedback** on every page in the docs.
1816

1917
To get community support, use the [Docker Community Slack](https://dockr.ly/comm-slack). Personalized support is available
2018
through the Docker Pro, Team, and Business subscriptions. See [Docker
@@ -30,4 +28,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
3028

3129
## Copyright and license
3230

33-
Copyright 2013-2025 Docker, Inc., released under the <a href="https://github.com/docker/docs/blob/main/LICENSE">Apache 2.0 license</a> .
31+
Copyright 2013-2025 Docker, Inc., released under the [Apache 2.0 license](https://github.com/docker/docs/blob/main/LICENSE).

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
(?i)[A-Z]{2,}'?s
2+
23
Adreno
34
Aleksandrov
45
Amazon
56
Anchore
67
Apple
78
Artifactory
9+
auditable
10+
autolock
811
Azure
912
bootup
1013
Btrfs
14+
Bugsnag
1115
BuildKit
1216
BusyBox
1317
CentOS
@@ -16,6 +20,8 @@ cgroup
1620
Chrome
1721
Chrome DevTools
1822
Citrix
23+
cli
24+
CLI
1925
CloudFront
2026
Codefresh
2127
Codespaces
@@ -27,6 +33,7 @@ datacenter
2733
Datadog
2834
Ddosify
2935
Debootstrap
36+
denylist
3037
deprovisioning
3138
deserialization
3239
deserialize
@@ -53,7 +60,9 @@ Dockerize
5360
Dockerizing
5461
Entra
5562
EPERM
63+
ESXi
5664
Ethernet
65+
exploitability
5766
Fargate
5867
Fedora
5968
firewalld
@@ -63,24 +72,29 @@ g?libc
6372
GeoNetwork
6473
GGUF
6574
Git
66-
GitHub( Actions)?
75+
GitHub
76+
GitHub Actions
6777
Google
6878
Grafana
6979
Gravatar
7080
gRPC
81+
Grype
7182
HyperKit
7283
inferencing
7384
inotify
7485
Intel
7586
Intune
87+
IPsec
7688
iptables
7789
IPv[46]
7890
IPvlan
7991
isort
8092
Jamf
93+
JavaScript
8194
JetBrains
8295
JFrog
8396
JUnit
97+
Kata
8498
Kerberos
8599
Kitematic
86100
Kubeadm
@@ -93,6 +107,7 @@ Laravel
93107
libseccomp
94108
Linux
95109
LinuxKit
110+
Loggly
96111
Logstash
97112
lookup
98113
Mac
@@ -106,10 +121,11 @@ monorepos?
106121
musl
107122
MySQL
108123
nameserver
109-
namespace
124+
namespaced?
110125
namespacing
111126
netfilter
112127
netlabel
128+
netlink
113129
Netplan
114130
NFSv\d
115131
Nginx
@@ -130,21 +146,27 @@ Postgres
130146
PowerShell
131147
Python
132148
Qualcomm
149+
Quickview
150+
rebalance
151+
reimplement
133152
rollback
134153
rootful
135154
runc
136155
Ryuk
137156
S3
138157
scrollable
158+
SELinux
139159
Slack
140160
snapshotters?
141161
Snyk
142162
Solr
143163
SonarQube
164+
Splunk
144165
SQLite
145166
stdin
146167
stdout
147168
subfolder
169+
subvolume
148170
Syft
149171
syntaxes
150172
Sysbox
@@ -154,22 +176,30 @@ systemd
154176
Testcontainers
155177
tmpfs
156178
Traefik
179+
Trivy
157180
Trixie
158181
Ubuntu
159182
ufw
183+
ui
160184
uid
161185
umask
186+
undeterminable
162187
Unix
163188
unmanaged
164189
VMware
165190
vpnkit
166-
vSphere
167191
VSCode
192+
vSphere
193+
Vue
168194
Wasm
195+
Wasmtime
169196
Windows
170197
windowsfilter
171198
WireMock
199+
workdir
172200
Xdebug
201+
youki
202+
Yubikey
173203
Zscaler
174204
Zsh
175205
[Aa]nonymized?

_vendor/github.com/docker/buildx/docs/bake-reference.md

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)