5d973da95b
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 >
(cherry picked from commit eb5c507cd1 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 20:24:26 +01:00
261d2241eb
docs, man: remove confusing example for "--isolation"
...
This snippet was added in [docker@38ec5d8][1]. The intent was to indicate
that an empty value is equivalent to passing "default" as value. However,
passing the `--isolation` flag _without a value_ (i.e., no `=` specified)
will fail in many cases, as any string after it will be parsed as value
(e.g. `docker run --isolation busybox` would consider `busybox` as value).
This patch removes these lines as they add more confusion than addressing.
[1]: 38ec5d86a3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 7b7a4c020e )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2025-01-03 18:41:59 +01:00
f4fec76472
docs: fix janky rendering of toc on docs.docker.com
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 0f058041c4 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-29 14:50:48 +01:00
49b6551e97
[27.x] vendor: github.com/docker/docker 5765e9f35b00 (v27.4-dev)
...
full diff: https://github.com/docker/docker/compare/v27.3.1...5765e9f35b0016dbd931efe9f23cb6bfc7b00bc3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-14 16:53:27 +01:00
2734299993
docs: update example redis tags from 3.0.x to 7.4.x
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 172f340112 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-13 23:37:40 +01:00
9d5a2a6b66
docs: Correct run exit code 126 description
...
The command to run inside the container is `/etc`. The semicolon is a
statement terminator, which ends the command `docker run busybox /etc`,
while `echo $?` prints the exit code of that full docker command.
Having this mistake could confuse someone who thinks that `/etc; echo
$?` is all run inside the container, which wouldn't help the reader
understand the exit code of the `docker run` command itself.
Signed-off-by: Noah Silas <noah@hustle.com >
(cherry picked from commit 0c999fe95b )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-13 23:37:10 +01:00
0dd07f0bfd
docs: Link supported Go duration strings
...
Signed-off-by: Paul Rogalski <mail@paul-rogalski.de >
(cherry picked from commit c70b2165a9 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-11-13 23:36:58 +01:00
e15a979e3d
docs: change link to desktop docs
...
Signed-off-by: aevesdocker <allie.sadler@docker.com >
(cherry picked from commit 1440f9f8cf )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-11-07 13:29:04 +01:00
6f5bfcb276
docs: fix inaccurate description of --restart=unless-stopped
...
`unless-stopped` containers are not restart after a daemon restart
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 2f2b16a966 )
Signed-off-by: Austin Vazquez <macedonv@amazon.com >
2024-10-07 16:37:35 +00:00
fa0bb9f4b4
Merge pull request #5470 from dvdksn/cp_5469
...
[27.x backport] use important callout for buildkit vs legacy builder
2024-10-04 13:06:17 +02:00
b00668d4bc
Merge pull request #5497 from austinvazquez/cherry-pick-6075303483f632f301e36c9dab3679949948df52-to-27.x
...
[27.x backport] docs/reference: stop, restart: add flag descriptions
2024-10-04 12:47:43 +02:00
d2aec10148
docs: fix a typo in run.md
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 54a20ce54c )
Signed-off-by: Austin Vazquez <macedonv@amazon.com >
2024-10-04 06:07:07 +00:00
6445ae2f02
docs/reference: stop, restart: add flag descriptions
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 6075303483 )
Signed-off-by: Austin Vazquez <macedonv@amazon.com >
2024-10-04 06:01:26 +00:00
fbd51c01c6
docs: fix anchor link to web-based login section
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 465e87afc7 )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-09-23 13:53:48 +02:00
23cea90233
docs: use important callout for buildkit vs legacy builder
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 8a3d838a19 )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-09-23 13:40:54 +02:00
81ca58bd20
docs: Fix --rm=false flag in container_run.md
...
Signed-off-by: Julio Cesar Garcia <juliogarciamelgarejo@gmail.com >
(cherry picked from commit 605c9bf160 )
Signed-off-by: Laura Brehm <laurabrehm@hey.com >
2024-09-16 14:31:37 +01:00
84d4a5ef11
docs: dockerd: add documentation for --log-format option
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit baceb4b158 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-09-16 13:55:17 +02:00
245f79ff57
docs/reference: dockerd: add docs for --feature option
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit a42ca1148d )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-09-16 13:55:03 +02:00
90559a6143
chore: fix style/lint issues in deprecated.md
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 0fcaffb7e4 )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-09-09 10:54:29 +02:00
dbde5b3681
docs: add front matter title to deprecated.md
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 5ca40e0a35 )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-09-09 10:33:23 +02:00
b1e50eea92
docs: rename plugins index file and add linkTitle
...
We publish this page on docs.docker.com, and hugo expects index pages
for sections to be named _index.md. We currently rename the page when we
mount it to the docs repo but might as well change the filename in the
source.
Also adds a linkTitle to the page, which is a shorter title that will be
used in the sidebar navigation and breadcrumbs.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 071f6f9391 )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-09-09 10:33:23 +02:00
6274754e66
copynit: s/WEB BASED/WEB-BASED/
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 81744d7aa8 )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-09-03 12:22:57 +02:00
7a50cd0f01
docs: update docker login reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 2f206fff3c )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-09-03 12:22:52 +02:00
24837f9260
chore: update link to docker engine api reference
...
Engine API reference page is moving to /reference/api/engine
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit c974a83391 )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-08-22 15:18:55 +02:00
2d7b8998c4
docs: use gh alert syntax for callouts
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit f1befabe9f )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-08-21 11:41:15 +02:00
cf01923519
Merge pull request #5348 from dvdksn/backport_update_build_context_link
...
[27.x backport] docs: update link to moved build context doc
2024-08-19 17:48:55 +02:00
99b647cfca
image/list: Add --tree flag
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
(cherry picked from commit be11b74ee9 )
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2024-08-16 19:40:26 +02:00
3eaf30278f
docs: update link to moved build context doc
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 2dd4eb06ae )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-08-13 12:17:58 +02:00
73452e316f
docs: update internal links after refactor
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit d4a362aa1c )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-08-11 16:58:39 +02:00
bcd90be73a
docs: fix link to http proxy document
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 78a8fba2cc )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-08-11 16:46:02 +02:00
40707e17b8
docs: refresh image versions in examples
...
use current LTS versions of ubuntu where suitable, remove uses of
ubuntu:23.10 (which reache EOL), and and update some other examples
to use more current versions.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit b36522b473 )
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2024-08-09 10:42:40 +02:00
c599566439
Allow for OomScoreAdj
...
Signed-off-by: plaurent <patrick@saint-laurent.us >
(cherry picked from commit aa2c2cd906 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-07-19 19:06:39 +02:00
8992378c87
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 >
(cherry picked from commit 6638deb9d6 )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-07-19 15:07:06 +02:00
54c8eb7941
docs: fix typos and version for cli-docs-tool scripts
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit 64a3fb82dc )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-07-19 02:04:44 +02:00
bd43ca786b
push: Improve note message and colors
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
(cherry picked from commit 6c04adc05e )
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2024-07-11 12:06:02 +02:00
0a8bb6e5b4
chore: regenerate docs
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit dc22572e3e )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-07-05 15:20:48 +02:00
eea26c50dd
docs: update links to docker cli reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 3d4c12af73 )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-07-05 15:20:42 +02:00
1cf2c4efb3
docs: regenerate base command
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit bf33c8f10a )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-07-05 15:20:39 +02:00
c2b9c1474a
docs: align heading structure for base command
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit b0650f281e )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-07-05 15:20:35 +02:00
598442d37d
docs: remove frontmatter for base command
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit cfea2353b3 )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-07-05 15:20:32 +02:00
c964b80e53
docs: rename cli.md to docker.md (base command)
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit 03961449aa )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-07-05 15:20:27 +02:00
0ca7be015e
docs: remove empty docker base command reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit a683823383 )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-07-05 15:20:22 +02:00
27bf78d335
docs: make buildx build the canonical reference doc
...
Move common flag descriptions to the buildx build reference, and make
that page the canonical page in docs. Also rewrite some content in
image_build to make clear that this page is only for the legacy builder.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
(cherry picked from commit e91f0ded9c )
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com >
2024-07-04 09:19:10 +02:00
c8c13bdcac
docs/deprecated: update status for graphdriver-plugins
...
Add a mention of the feature being disabled by default, and
the DOCKERD_DEPRECATED_GRAPHDRIVER_PLUGINS env-var.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-06-21 15:03:53 +02:00
64c20f3013
Additional typo corrections
...
Signed-off-by: Iain MacDonald <ijmacd@gmail.com >
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2024-06-20 12:18:43 +02:00
a84536eb4a
Fix RFC3339 typo in docs
...
Signed-off-by: Iain MacDonald <ijmacd@gmail.com >
2024-06-20 12:18:28 +02:00
0bc092496f
deprecate experimental graphdriver plugins
...
[Graphdriver plugins] are an experimental feature that allow extending the
Docker Engine with custom storage drivers for storing images and containers.
This feature was not maintained since its inception, and will no longer be
supported in upcoming releases.
Users of this feature are recommended to instead configure the Docker Engine
to use the [containerd image store], and a custom [snapshotter].
[Graphdriver plugins]: https://github.com/docker/cli/blob/v26.1.4/docs/extend/plugins_graphdriver.md
[containerd image store]: 31a16f1da2/content/storage/containerd.md
[snapshotter]: https://github.com/containerd/containerd/tree/v1.7.18/docs/snapshotters
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-06-18 16:47:00 +02:00
1f1b70dfdf
docs: add deprecation warning to experimental grapdriver plugins
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2024-06-18 16:18:07 +02:00
540b28e7bb
Merge pull request #5150 from thaJeztah/extend_non_tls_api_deprecation
...
docs: extend deprecation target for non-TLS API
2024-06-12 13:58:10 +02:00
1671ee8b49
Merge pull request #5142 from thaJeztah/deprecate_image_config_fields
...
Deprecate non-standard (config) fields in image inspect output
2024-06-12 13:53:39 +02:00