Sebastiaan van Stijn
6239084af1
Merge pull request #7108 from zhangyoufu/umask
...
cli/command/container: add create/run --umask
2026-09-03 22:34:00 +02:00
Sebastiaan van Stijn
ade907089f
Merge pull request #7196 from locker95/docs/global-mode-constraints
...
docs(service create): note global mode still honors constraints
2026-09-03 21:31:46 +02:00
Sebastiaan van Stijn
e92e07589b
Merge pull request #7171 from locker95/locker95-docs-system-prune-build-cache
...
docs: mention build cache in docker system prune description
2026-09-03 21:30:52 +02:00
Youfu Zhang
09d30a34bf
cli/command/container: add create/run --umask
...
Signed-off-by: Youfu Zhang <zhangyoufu@gmail.com >
2026-09-04 03:23:44 +08:00
Paweł Gronowski
fee40c1660
Merge pull request #7218 from locker95/docs/history-platform-example
...
docs(history): use the pulled platform in the --platform example
2026-09-03 21:12:40 +02:00
Paweł Gronowski
7b7eb0ef6b
dockerd: Document custom AppArmor profiles
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2026-09-01 16:53:25 +02:00
Paweł Gronowski
a458c3871c
dockerd: Document default-stop-timeout
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2026-09-01 16:30:31 +02:00
Dean Chen
4f169946e7
docs(history): use the pulled platform in the --platform example
...
The example pulled linux/riscv64 then ran history for linux/s390x.
Signed-off-by: Dean Chen <862469039@qq.com >
2026-08-18 16:44:38 +05:00
Dean Chen
3c53edb6c5
docs(service create): note global mode still honors constraints
...
A global service is one task per matching node, not one per
node in the swarm. Say that next to --mode and --constraint.
Signed-off-by: Dean Chen <862469039@qq.com >
2026-08-15 21:36:19 +05:00
Dean Chen
951f7653fc
docs: mention build cache in docker system prune description
...
The synopsis only listed containers, networks, images, and volumes,
but the command always prunes unused build cache (including BuildKit
cache mounts). Align the description with the interactive warning.
Signed-off-by: Dean Chen <862469039@qq.com >
2026-08-10 09:45:49 +05:00
Paweł Gronowski
c1eba931e3
Merge pull request #7086 from mickael-docker/docs-authz-decoding
...
docs(authz): clarify daemon parsing semantics
2026-07-30 22:16:32 +02:00
Paweł Gronowski
0d32eed829
docs: Document Unix socket support on Windows
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2026-07-27 20:29:50 +02:00
Hamir
0133bfa4fd
fix: stray | pipe in docker create --help
...
Signed-off-by: Hamir <hirehamir@gmail.com >
2026-07-10 17:38:18 -07:00
mickael emirkanian
2d978b80ae
docs(authz): clarify daemon parsing semantics
...
Signed-off-by: mickael emirkanian <mickael.emirkanian@docker.com >
2026-07-09 13:36:32 -04:00
Alexis Girault
450df790a0
cli/registry: support password dash stdin
...
Signed-off-by: Alexis Girault <agirault@nvidia.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-06-12 16:15:23 +02:00
Albin Kerouanton
aaaeb80ceb
Add a deprecation warning about --link on default nw
...
Signed-off-by: Albin Kerouanton <albinker@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-06-10 20:12:17 +02:00
Paweł Gronowski
d1c06ef6b4
Merge pull request #7022 from mickael-docker/docs-request-field
...
docs/plugins/authz: recommend default deny and clarify requesturi field
2026-06-03 19:16:33 +02:00
mickael emirkanian
1aa0416b8a
docs: recommend default deny and clarify requesturi field
...
Signed-off-by: mickael emirkanian <mickael.emirkanian@docker.com >
2026-06-02 15:18:36 -04:00
Sebastiaan van Stijn
9e098b0f82
docs: container logs: add headers for flags
...
Add separate headers for each flag, so that they can be linked from
the flag-description table.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-22 14:15:38 +02:00
Sebastiaan van Stijn
4494f1af5a
Merge pull request #6998 from mickael-docker/docs-clarify-authz
...
docs: further clarify authz plugins
2026-05-21 09:52:08 +02:00
Paweł Gronowski
79eb04c7d8
Merge pull request #3173 from rene-hermenau/patch-1
...
Update dockerd.md
2026-05-20 16:33:30 +02:00
mickael emirkanian
066d508bd3
docs: further clarify authz plugins
...
Signed-off-by: mickael emirkanian <mickael.emirkanian@docker.com >
2026-05-19 15:44:59 -04:00
mickael emirkanian
9f18a0a70c
docs: clarify authz content type
...
update based on the logic in https://github.com/moby/moby/blob/0686f57c3d942ce4440f9ed7f2e955de3687dd4e/pkg/authorization/authz.go#L177
Signed-off-by: mickael emirkanian <mickael.emirkanian@docker.com >
2026-05-15 14:26:36 -04:00
René Hermenau
ae9f429677
Update dockerd.md
...
daemon.json does not exist on a clean install. The doc should reflect that.
Signed-off-by: René Hermenau <rene-hermenau@users.noreply.github.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-15 00:34:15 +02:00
Paweł Gronowski
f907b27599
Merge pull request #6985 from thaJeztah/rm_builder_stub
...
docs: remove stub for builder
2026-05-14 13:07:52 +02:00
Paweł Gronowski
5201f5894e
Merge pull request #6971 from matte1782/docs-authz-64kib-buffer-2026-05
...
docs: clarify 64 KiB response-body buffer in authz plugin docs
2026-05-14 13:02:31 +02:00
Sebastiaan van Stijn
10b1e87d09
docs: remove outdated README
...
The instructions in the file were outdated, and after removing them,
nothing really substantial was remaining, so let's just remove the
file for now.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-14 12:36:49 +02:00
Paweł Gronowski
33b32585cb
Merge pull request #3728 from maxmorozoff/issue-3727
...
docs: Fix template error in cli example (#3727 )
2026-05-14 12:04:13 +02:00
Paweł Gronowski
d77461c153
Merge pull request #4188 from finalchild/autoremove
...
Explain the auto-removal of anonymous volumes at the description of 'create --rm' and 'run --rm'
2026-05-14 12:03:24 +02:00
Paweł Gronowski
666e4d5100
Merge pull request #6980 from thaJeztah/grammar_fixes
...
docs: minor grammar fixes
2026-05-14 12:02:45 +02:00
Alexandre LEVAVASSEUR
18bd1e7ce0
metrics-addr is not experimental since 20.10
...
See https://github.com/moby/moby/commit/f337a8d21d9902772a766f57475a5512405c86c5
Signed-off-by: Alexandre LEVAVASSEUR <alexandre+oss@13x.fr >
2026-05-14 11:52:32 +02:00
Sebastiaan van Stijn
8aa8342502
docs: remove stub for builder
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-14 11:45:02 +02:00
Max Morozov
cc962d598a
docs: Fix template error in cli example
...
Signed-off-by: Max Morozov <max@morozov.page >
Signed-off-by: Max Morozov <gtmax.yo@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-14 03:58:34 +02:00
Sebastiaan van Stijn and Vicente Jimenez Aguilar
e4d651d792
docs: fix config, secret examples
...
Co-authored-by: Vicente Jimenez Aguilar <googuy@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-14 03:34:23 +02:00
Park Jaeon
fb09d828e3
document --rm also removing anonymous volumes
...
Explain the auto-removal of anonymous volumes
at the description of 'create --rm' and 'run --rm'
Signed-off-by: Park Jaeon <me@finalchild.dev >
2026-05-14 03:22:40 +02:00
Sebastiaan van Stijn
88e93954a6
docs, completion: use symlinks instead of symbol(ic) links
...
Symbolic links is the official term, but more commonly we refer to
them as symlinkx.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-14 03:07:19 +02:00
f550901e65
docs: minor grammar fixes
...
Co-authored-by: David Schmitt <118179693+DavidS-om@users.noreply.github.com >
Co-authored-by: Callis Ezenwaka <callisezenwaka@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-14 03:06:23 +02:00
Mohammed Thaha
8d8d405dc7
container/ps: add HealthStatus formatter field
...
Signed-off-by: Mohammed Thaha <mohammedthahacse@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-12 16:14:21 +02:00
Sebastiaan van Stijn
517ca50506
docs: add more space in ps format table
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-12 16:09:46 +02:00
Matteo Panzeri
6d38b7a71a
docs: clarify 64 KiB response-body buffer in authz plugin docs
...
Adds a "Response body size and partial buffering" subsection to
docs/extend/plugins_authorization.md documenting the 64 KiB
maxBufferSize constant in the daemon's internal responseModifier
(pkg/authorization/response.go in moby/moby) and the practical
implications for plugins that use ResponseBody inspection.
The existing docs (lines 81-87) say streaming endpoints such as
logs and events send only the HTTP request to plugins, but don't
explain the underlying mechanism. Plugin authors building
response-body redaction or content-filtering can be surprised when
the same effect happens on non-listed endpoints whose response is
produced through multiple writes exceeding the buffer or via an
io.WriteFlusher.
The 64 KiB buffer is observable from the public moby source, so
this PR is documentation catching up to existing behavior — not
a contract change.
Signed-off-by: Matteo Panzeri <matteo1782@gmail.com >
2026-05-09 23:00:51 +02:00
Vibhu
e03b8373c7
docs: clarify docker context use is sticky
...
Signed-off-by: Vibhu <vibhuanand@outlook.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-05-07 17:06:02 +02:00
Sebastiaan van Stijn
2988338b99
docs/reference: remove deprecated "--kernel-memory" flag
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-04-20 14:06:16 +02:00
Varun5711
acbbeb3c3a
docs: refresh legacy plugin references
...
Signed-off-by: Varun Hotani <varunhotani@gmail.com >
2026-04-17 21:14:16 +05:30
Paweł Gronowski
512607a396
Merge pull request #6889 from YoanWai/docs/prune-filter-behavior
...
docs: clarify multiple --filter behavior in prune commands
2026-04-03 12:53:43 +02:00
Alexandre Vallières-Lagacé and David Karlsson
87a222158d
Updated example tokens in swarm docs
...
Prevent security scanners from detecting them as eaked secrets.
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
Signed-off-by: Alexandre Vallières-Lagacé <alexandre.valliereslagace@docker.com >
Signed-off-by: Alexandre Vallières-Lagacé <alexandre@vallier.es >
2026-04-02 15:25:16 +02:00
Codex
e660030f3a
docs: fix typo in run reference
...
Signed-off-by: Codex <codex@openai.com >
2026-03-31 10:31:44 +08:00
Yoan Wainmann
d573c171fe
docs: clarify multiple --filter behavior in prune commands
...
Document how multiple --filter flags interact in prune commands:
different filter keys are ANDed (all conditions must match), while
multiple values for the same key are ORed (any value can match).
This addresses a gap in the documentation where users could not
determine whether multiple filters were combined with AND or OR
logic, which is especially important for prune commands where
the wrong assumption could lead to unintended data removal.
Closes #5899
Signed-off-by: Yoan Wainmann <yoan@mreshet.co.il >
2026-03-25 18:13:49 +02:00
Ludovic Temgoua Abanda
33790e88d0
docs: use generic myplugin example for plugin documentation
...
- Removed EOL Flocker plugin reference from plugin documentations.
- docs: use generic myplugin example instead of VolumeDriver
Co-authored-by: Ludovic Temgoua Abanda <abandaludovic500@gmail.com >
Signed-off-by: Ludovic Temgoua Abanda <abandaludovic500@gmail.com >
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2026-03-13 15:27:02 +01:00
Nicolas De Loof
32aa575aff
docs/service: Document bind-create-src
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2026-03-04 18:00:48 +01:00
luojiyin
681f15674c
Fix typos in code and documentation
...
Signed-off-by: luojiyin <luojiyin@hotmail.com >
2026-02-28 08:37:04 +08:00