Sebastiaan van Stijn
e39da95a7e
Merge pull request #3225 from LeoSko/patch-1
...
Update dockerd.md - simple typo
2022-02-03 16:11:49 +01:00
Leonid Skorospelov
0ca2d25ba8
Update dockerd.md
...
Simple typo
Signed-off-by: Leonid Skorospelov <leosko94@gmail.com>
2022-02-02 22:43:31 +02:00
Zeel B Patel
2d6ebd1e3e
Correct device syntax to --gpus
...
Signed-off-by: Zeel B Patel <patel_zeel@iitgn.ac.in>
2022-01-30 14:14:42 +05:30
Sebastiaan van Stijn
ae3a61439b
docs/daemon: replace deprecated '-g' option for '--data-root'
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-01-13 15:01:29 +01:00
Sebastiaan van Stijn
2fe3515f82
Merge pull request #3340 from SuperSandro2000/patch-1
...
Fix typo
2021-12-19 12:41:38 +01:00
Sandro
2725f09873
Fix typo
...
Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2021-12-19 05:43:09 +01:00
Pieter E Smit
a1204a50b7
Update stats.md add example json output
...
Signed-off-by: Pieter E Smit <diepes@github.com>
2021-12-13 11:18:55 +01:00
Sebastiaan van Stijn
548fd20087
Merge pull request #3372 from knocte/patch-1
...
docker exec cli docs: show 2 env vars, not just 1
2021-12-09 12:28:07 +01:00
Andres G. Aragoneses
418dbc4e77
docker exec cli docs: show 2 env vars, not just 1
...
This way it's more clear for the reader that the flag can be used
more than once.
Signed-off-by: Andres G. Aragoneses <knocte@gmail.com>
2021-12-09 07:27:12 +08:00
Sebastiaan van Stijn
e156f9b766
Merge pull request #3360 from jlecordier/patch-1
...
fix missing closing parenthese
2021-12-08 19:55:29 +01:00
jlecordier
a185143707
added missing closing parenthese
...
Signed-off-by: jlecordier <jeanlecordier@hotmail.fr>
2021-12-08 18:02:45 +01:00
Sebastiaan van Stijn
a34e921be7
Merge pull request #3105 from larstomas/patch-1
...
Change IO order in description
2021-12-08 13:08:50 +01:00
Sebastiaan van Stijn
d18275a90c
Merge pull request #2976 from JonZeolla/fix-docker-run-env-docs
...
Fix mistake with env var example in docker run docs
2021-12-08 12:04:51 +01:00
Tomas Bäckman
c6636d4d65
Change IO order in description
...
Change the order of received/written and sent/read in NET I/O and BLOCK I/O description reflect the order in I/O (Input/Output).
From example above:
CONTAINER NAME: awesome_brattain
BLOCK I/O: 147kB / 0B
awesome_brattain has written 147kB and read 0B
Signed-off-by: Tomas Bäckman <larstomas@gmail.com>
2021-12-08 11:50:08 +01:00
Sebastiaan van Stijn
5e0f1b9dcc
Merge pull request #3142 from govindrai/patch-1
...
Add information on WORKDIR
2021-12-08 11:41:54 +01:00
Sebastiaan van Stijn
6067738955
Merge pull request #3164 from tnir/dockerfile-syntax
...
Fix the (dead) link for docs for Dockerfile syntax reference
2021-12-08 11:38:29 +01:00
Sebastiaan van Stijn
a0720cb071
Merge pull request #3276 from brdbkr/master
...
Fixing typo (his --> its)
2021-12-08 11:14:38 +01:00
Sebastiaan van Stijn
469fe5733e
Merge pull request #3282 from Gsealy/table-format
...
format create.md table
2021-12-08 11:13:33 +01:00
Mike Dalton
6ad2ceba3c
Update Ubuntu version number references in push.md
...
Ubuntu version references were a mixture of 14.04 (in descriptions) and 20.04 (in example code). Updated description references to 20.04 to match example code.
Signed-off-by: Mike Dalton <mikedalton@github.com>
2021-12-08 17:09:10 +09:00
Sebastiaan van Stijn
3fb4fb83df
Merge pull request #3245 from thaJeztah/remove_stopsignal_default
...
create/run: remove default --stop-signal
2021-11-02 12:17:39 +01:00
Peter Dave Hello
417f97605f
Update most links in docs to use https by default
...
cc @thaJeztah docker/docker.github.io#13680
Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
2021-10-15 15:04:36 +08:00
Sebastiaan van Stijn
8c73a93925
docs: some minor touch-ups in checkpoint reference
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-11 16:18:14 +02:00
Sebastiaan van Stijn
795c9c96b3
docs: remove trailing space to fix generated YAML format
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-07 09:13:21 +02:00
Sebastiaan van Stijn
d0eeb4cbfc
Merge pull request #3321 from fishmandev/docs_typo_fix
...
docs: create.md: typo fix
2021-10-06 16:50:12 +02:00
Dmitriy Fishman
a3832808f3
docs: create.md: typo fix
...
Signed-off-by: Dmitriy Fishman <fishman.code@gmail.com>
2021-10-04 07:26:41 +03:00
takeshi.koenuma
1de937c144
docs: fix search results by filterd is-official
...
Signed-off-by: takeshi.koenuma <t.koenuma2@gmail.com>
2021-09-30 12:45:59 +09:00
Sebastiaan van Stijn
47e5cfa9e9
docs: fix description of restart-delay to mention max (1 minute)
...
Commit 9bd3a7c029
(docker 17.04 and up) added a maximum timeout of 1 minute to the
restart timeout.
This patch updates the documentation to match the current behavior.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-22 17:55:45 +02:00
Sebastiaan van Stijn
e3023ca3e3
Merge pull request #3295 from pepawel/fix/private-default-address-pools
...
Use private network address for default-address-pools setting in daem…
2021-09-16 16:52:24 +02:00
Pawel
6482f3f9b0
Use private network address for default-address-pools setting in daemon.json example
...
Signed-off-by: Pawel <pepawel@users.noreply.github.com>
2021-09-16 16:23:40 +02:00
Silvin Lubecki
8007fe68aa
Merge pull request #3266 from thaJeztah/add_redirect
...
docs: add missing redirect, and remove /go/experimental redirect
2021-09-15 14:16:14 +02:00
Sebastiaan van Stijn
2621af848a
docs: fix some broken anchors
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-13 16:20:09 +02:00
Gsealy
b0ec87afd7
format create.md table
...
Signed-off-by: Gsealy <jiaojingwei1001@hotmail.com>
2021-09-02 10:30:57 +08:00
Sebastiaan van Stijn
56e5910181
Merge pull request #3267 from thaJeztah/move_experimental_docs
...
docs: move checkpoint/restore doc from experimental into reference
2021-09-01 13:28:47 +02:00
Brad Baker
172b2dc37e
Fixing typo (his --> its)
...
Signed-off-by: Brad Baker <brad@brad.fi>
2021-08-26 07:02:34 +00:00
Sebastiaan van Stijn
214cd05aa1
create/run: remove default --stop-signal
...
The DefaultStopSignal const has been deprecated, because the daemon already
handles a default value. The current code did not actually send the default
value unless the flag was set, which also made the flag description incorrect,
because in that case, the _daemon's_ default would be used, which could
potentially be different as was specified here.
This patch removes the default value from the flag, leaving it to the daemon
to set a default.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-25 09:53:42 +02:00
Sebastiaan van Stijn
aa89e6847a
docs: move checkpoint/restore doc from experimental into reference
...
This allows this information to be read from docs.docker.com.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-23 17:46:24 +02:00
Sebastiaan van Stijn
463746ff22
docs: add missing redirect, and remove /go/experimental redirect
...
The /go/ redirects are now defined in the docs repository, so the one
we defined here can be removed.
Also adds a missing redirect for an old URL to the main CLI page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-23 17:35:25 +02:00
Sebastiaan van Stijn
47ba76afb1
docs: use "console" code-hint for shell examples
...
This replaces the use of bash where suitable, to allow easier copy/pasting
of shell examples without copying the prompt or process output.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-21 18:29:13 +02:00
Sebastiaan van Stijn
16466f1ce6
docs: rewrite reference docs for --stop-signal and --stop-timeout
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-21 18:29:07 +02:00
Sebastiaan van Stijn
4ab6ea016d
Merge pull request #3208 from crazy-max/buildkit-progress
...
Add doc for BUILDKIT_PROGRESS env var
2021-07-26 15:49:29 +02:00
Sebastiaan van Stijn
b98b573de3
Merge pull request #3190 from IvanGrund/patch-1
...
Fix typo in documentation - build.md
2021-07-26 15:18:35 +02:00
CrazyMax
ecaaa35be6
Add doc for BUILDKIT_PROGRESS env var
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-07-25 20:27:38 +02:00
Sebastiaan van Stijn
7a0dc924f9
Add support for ALL_PROXY
...
Support for ALL_PROXY as default build-arg was added recently in
buildkit and the classic builder.
This patch adds the `ALL_PROXY` environment variable to the list of
configurable proxy variables, and updates the documentation.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-21 09:06:18 +02:00
Ivan Grund
d9f17025c4
Fix typo in documentation - build.md
...
Signed-off-by: Ivan Grund <ivan.grund@gmail.com>
2021-07-14 22:50:44 +02:00
Takuya Noguchi
0c723fd68a
Fix the (dead) link for docs for Dockerfile syntax reference
...
This change will update the docs at
https://docs.docker.com/engine/reference/builder/#buildkit
This change is required by https://github.com/moby/buildkit/pull/1884
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-06-28 06:07:29 +00:00
Sebastiaan van Stijn
8e08b72450
Merge pull request #3108 from aiordache/validate_dockerd_config
...
Document option for daemon config validation
2021-06-24 16:25:49 +02:00
Anca Iordache
64b2e95287
Document `--validate` daemon option
...
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-06-24 15:00:21 +00:00
Govind Rai
e12aade595
Update WORKDIR command information
...
Signed-off-by: Govind Rai <raigovind93@gmail.com>
2021-06-16 16:47:28 -07:00
Metal
3b502ca00e
Fix minor wording
...
Signed-off-by: Metal <2466052+tedhexaflow@users.noreply.github.com>
2021-06-04 17:26:28 +07:00
Sebastiaan van Stijn
c7adb47076
Merge pull request #2984 from pn11/pn11-patch-1
...
docs: Fix wrong bridge driver option
2021-05-31 15:26:53 +02:00