Sebastiaan van Stijn
3c1bbfd82f
docs: fix link to live-restore
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-06-02 12:56:04 +02:00
Rob Murray
f3a812f8f4
Add Linux daemon option --allow-direct-routing
...
Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-05-01 10:46:21 +01:00
Rob Murray
4e7497e9cf
Update dockerd command line ref, default bridge opts
...
Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-02-24 18:07:06 +00:00
Rob Murray
be669099cb
Update dockerd command line ref, changes in 28.0
...
Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-02-24 18:07:06 +00:00
Sebastiaan van Stijn
7e8f94903d
docs, man: remove --allow-nondistributable-artifacts flag
...
This flag is deprecated and no longer functional.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-01-04 15:18:03 +01:00
Sebastiaan van Stijn
eb5c507cd1
docs: dockerd: --oom-score-adj flag
...
This flag was deprecated in docker v24.0, and no longer functional
since v25.0; fully removed in v26.0, so we can remove the docs
for this.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-01-03 20:20:47 +01:00
Rob Murray
cf88ab074a
Docs: host-gateway-ip daemon option IPv4+IPv6
...
The host-gateway-ip daemon option now accepts two addresses, one
IPv4 and one IPv6.
Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-11-29 17:10:09 +00:00
Rob Murray
1911dedcf2
Add --ip-filter-forward-drop
...
Added to the dockerd cmdline ref and its manpage.
Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-11-29 12:17:18 +00:00
David Karlsson
0f058041c4
docs: fix janky rendering of toc on docs.docker.com
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-28 15:01:09 +01:00
Rob Murray
fafaac59fd
Add --bip6 to dockerd cmdline ref
...
Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-11-06 14:39:08 +00:00
Laura Brehm
7b630458bd
Merge pull request #5437 from thaJeztah/remove_deprecated_cors_headers
...
docs, man: dockerd: remove --api-cors-header (deprecated)
2024-09-16 13:42:01 +01:00
Sebastiaan van Stijn
ccc87eb6ab
Merge pull request #5438 from thaJeztah/dockerd_logformat
...
docs, man: dockerd: add documentation for "--log-format" option
2024-09-16 13:44:19 +02:00
Sebastiaan van Stijn
baceb4b158
docs: dockerd: add documentation for --log-format option
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-09-16 13:23:13 +02:00
Sebastiaan van Stijn
a42ca1148d
docs/reference: dockerd: add docs for --feature option
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-09-16 13:20:48 +02:00
Sebastiaan van Stijn
1a0e32099a
docs: dockerd: remove --api-cors-header (deprecated)
...
Updates 9d9bb19f016970ea0b1c9944ad5fa007cc5ce807
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-09-16 12:20:54 +02:00
David Karlsson
f1befabe9f
docs: use gh alert syntax for callouts
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 11:02:10 +02:00
David Karlsson
d4a362aa1c
docs: update internal links after refactor
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-11 16:58:08 +02:00
Sebastiaan van Stijn
6638deb9d6
add support for DOCKER_CUSTOM_HEADERS env-var (experimental)
...
This environment variable allows for setting additional headers
to be sent by the client. Headers set through this environment
variable are added to headers set through the config-file (through
the HttpHeaders field).
This environment variable can be used in situations where headers
must be set for a specific invocation of the CLI, but should not
be set by default, and therefore cannot be set in the config-file.
WARNING: If both config and environment-variable are set, the environment
variable currently overrides all headers set in the configuration file.
This behavior may change in a future update, as we are considering the
environment variable to be appending to existing headers (and to only
override headers with the same name).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-19 15:04:26 +02:00
David Karlsson
3d4c12af73
docs: update links to docker cli reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-04 10:28:53 +02:00
cncal
6a4d38c7f2
docs: fix json syntax error
...
Signed-off-by: cncal <flycalvin@qq.com>
2024-05-17 17:47:44 +08:00
Albin Kerouanton
762a85a103
Warn about deprecation of windows-dns-proxy flag
...
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
2024-04-19 13:32:32 +02:00
Rob Murray
287f482e31
Feature option 'windows-dns-proxy'
...
Document feature option 'windows-dns-proxy', which can be used to
enable or disable forwarding of DNS requests from the daemon's
internal resolver to external servers.
Signed-off-by: Rob Murray <rob.murray@docker.com>
2024-04-16 11:27:23 +01:00
David Karlsson
4bb2abaa54
docs: typo fixes and other corrections
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-14 10:10:49 +01:00
David Karlsson
48a670f26b
docs: fix invalid daemon.json examples
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 12:29:31 +01:00
David Karlsson
caf72655fb
docs: update url scheme for reference docs
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-20 21:38:50 +01:00